mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Put CancellableTimer tests in the tcpip_test package
CancellableTimer tests were in a timer_test package but lived within the tcpip directory. This caused issues with go tools. PiperOrigin-RevId: 289166345
This commit is contained in:
committed by
gVisor bot
parent
6b83111499
commit
bcedf6a8e4
+1
-1
@@ -30,7 +30,7 @@ go_test(
|
||||
)
|
||||
|
||||
go_test(
|
||||
name = "timer_test",
|
||||
name = "tcpip_x_test",
|
||||
size = "small",
|
||||
srcs = ["timer_test.go"],
|
||||
deps = [":tcpip"],
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package timer_test
|
||||
package tcpip_test
|
||||
|
||||
import (
|
||||
"sync"
|
||||
|
||||
Reference in New Issue
Block a user