diff options
Diffstat (limited to 'test/cmd/test_app/BUILD')
-rw-r--r-- | test/cmd/test_app/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd/test_app/BUILD b/test/cmd/test_app/BUILD index 98ba5a3d9..7b8b23b4d 100644 --- a/test/cmd/test_app/BUILD +++ b/test/cmd/test_app/BUILD @@ -7,7 +7,7 @@ go_binary( testonly = 1, srcs = [ "fds.go", - "test_app.go", + "main.go", ], pure = True, visibility = ["//runsc/container:__pkg__"], |