diff options
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index a8915a743..5b882875f 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -1793,9 +1793,9 @@ cc_binary( ) cc_binary( - name = "proc_defaults_test", + name = "proc_isolated_test", testonly = 1, - srcs = ["proc_defaults.cc"], + srcs = ["proc_isolated.cc"], linkstatic = 1, deps = [ "@com_google_absl//absl/strings", |