summaryrefslogtreecommitdiff
path: root/Tests/LibCpp/test-cpp-preprocessor.cpp
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2022-03-20 11:38:55 -0700
committerAndreas Kling <kling@serenityos.org>2022-03-20 22:20:59 +0100
commit67fc81a65a21de9302f8b77799f427f9a480bc83 (patch)
treefe38fb7e47d84c8e014a240ebe675ef35cfffab8 /Tests/LibCpp/test-cpp-preprocessor.cpp
parentd7492927e9d48eb3593ab1ca0d645200651173e2 (diff)
downloadserenity-67fc81a65a21de9302f8b77799f427f9a480bc83.zip
Everywhere: Move cpp-tests under /home/anon/Tests
Diffstat (limited to 'Tests/LibCpp/test-cpp-preprocessor.cpp')
-rw-r--r--Tests/LibCpp/test-cpp-preprocessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibCpp/test-cpp-preprocessor.cpp b/Tests/LibCpp/test-cpp-preprocessor.cpp
index 925571ff00..75c7724a52 100644
--- a/Tests/LibCpp/test-cpp-preprocessor.cpp
+++ b/Tests/LibCpp/test-cpp-preprocessor.cpp
@@ -10,7 +10,7 @@
#include <LibCpp/Parser.h>
#include <LibTest/TestCase.h>
-constexpr char TESTS_ROOT_DIR[] = "/home/anon/cpp-tests/preprocessor";
+constexpr char TESTS_ROOT_DIR[] = "/home/anon/Tests/cpp-tests/preprocessor";
static String read_all(String const& path)
{