diff options
Diffstat (limited to 'test/path_test.cpp')
-rw-r--r-- | test/path_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/path_test.cpp b/test/path_test.cpp index 5681ec1..aeea0da 100644 --- a/test/path_test.cpp +++ b/test/path_test.cpp @@ -26,8 +26,8 @@ int main() { - using Path = Raul::Path; - using Symbol = Raul::Symbol; + using Path = raul::Path; + using Symbol = raul::Symbol; assert(Path("/foo/bar").parent() == Path("/foo")); assert(Path("/foo").parent() == Path("/")); |