summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/sigstop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscalls/linux/sigstop.cc')
-rw-r--r--test/syscalls/linux/sigstop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/sigstop.cc b/test/syscalls/linux/sigstop.cc
index 7db57d968..b2fcedd62 100644
--- a/test/syscalls/linux/sigstop.cc
+++ b/test/syscalls/linux/sigstop.cc
@@ -147,5 +147,5 @@ int main(int argc, char** argv) {
return 1;
}
- return RUN_ALL_TESTS();
+ return gvisor::testing::RunAllTests();
}