From 45a608b57f75a6e1f1d8f33a6423da5d4947502b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 17:58:58 +0100 Subject: Make namespace name lowercase --- test/path_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/path_test.cpp') 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("/")); -- cgit v1.2.1