Move datagram_test to transport_test package.

Fixes #7392

PiperOrigin-RevId: 445542709
This commit is contained in:
Bhasker Hariharan 2022-04-29 17:37:20 -07:00 committed by gVisor bot
parent 19e9ee104a
commit 2b0646de86
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// Package datagram_test has tests shared by datagram-based transport endpoints. // Package transport_test has tests shared by datagram-based transport endpoints.
package datagram_test package transport_test
import ( import (
"fmt" "fmt"