diff options
-rw-r--r-- | test/syscalls/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 89cf659c3..674e4b5b1 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -529,7 +529,6 @@ syscall_test(test = "//test/syscalls/linux:write_test") go_binary( name = "syscall_test_runner", - testonly = True, srcs = ["syscall_test_runner.go"], data = [ "//runsc", |