mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Move datagram_test to transport_test package.
Fixes #7392 PiperOrigin-RevId: 445542709
This commit is contained in:
committed by
gVisor bot
parent
19e9ee104a
commit
2b0646de86
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user