summaryrefslogtreecommitdiff
path: root/Tests/Kernel/path-resolution-race.cpp
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2021-10-07 13:52:26 -0400
committerAndreas Kling <kling@serenityos.org>2021-10-08 23:33:46 +0200
commit96666f3209a27b5d6abd0653a8d6d0ceb47e3e92 (patch)
tree7077bf3f8afd18888ebf33fd89cdd556fc0641b4 /Tests/Kernel/path-resolution-race.cpp
parent1cdb12e9208dda820af036570ba97cb4a70b229c (diff)
downloadserenity-96666f3209a27b5d6abd0653a8d6d0ceb47e3e92.zip
Tests: Fix -Wunreachable-code warnings from clang
Diffstat (limited to 'Tests/Kernel/path-resolution-race.cpp')
-rw-r--r--Tests/Kernel/path-resolution-race.cpp1
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;
}