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:
Ghanan Gowripalan
2020-01-10 14:32:17 -08:00
committed by gVisor bot
parent 6b83111499
commit bcedf6a8e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ go_test(
)
go_test(
name = "timer_test",
name = "tcpip_x_test",
size = "small",
srcs = ["timer_test.go"],
deps = [":tcpip"],
+1 -1
View File
@@ -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"