Move datagram_test to transport_test package.

Fixes #7392

PiperOrigin-RevId: 445542709
This commit is contained in:
Bhasker Hariharan
2022-04-29 17:42:40 -07:00
committed by gVisor bot
parent 19e9ee104a
commit 2b0646de86
+2 -2
View File
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package datagram_test has tests shared by datagram-based transport endpoints.
package datagram_test
// Package transport_test has tests shared by datagram-based transport endpoints.
package transport_test
import (
"fmt"