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/maid_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/maid_test.cpp') diff --git a/test/maid_test.cpp b/test/maid_test.cpp index ee2ee7f..13284c2 100644 --- a/test/maid_test.cpp +++ b/test/maid_test.cpp @@ -25,7 +25,7 @@ #include #include -using Raul::Maid; +using raul::Maid; static const size_t n_threads = 8U; static const size_t n_junk_per_thread = 1U << 16U; -- cgit v1.2.1