diff options
Diffstat (limited to 'Tests/Kernel/path-resolution-race.cpp')
-rw-r--r-- | Tests/Kernel/path-resolution-race.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/Kernel/path-resolution-race.cpp b/Tests/Kernel/path-resolution-race.cpp index a26b5c8067..0abf5e088b 100644 --- a/Tests/Kernel/path-resolution-race.cpp +++ b/Tests/Kernel/path-resolution-race.cpp @@ -18,5 +18,4 @@ int main() for (;;) { chdir("/tmp/x"); } - return 0; } |