diff options
Diffstat (limited to 'test/thread_test.cpp')
-rw-r--r-- | test/thread_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/thread_test.cpp b/test/thread_test.cpp index 8c2d13a..8cc59cf 100644 --- a/test/thread_test.cpp +++ b/test/thread_test.cpp @@ -24,7 +24,7 @@ namespace { -using Semaphore = Raul::Semaphore; +using Semaphore = raul::Semaphore; thread_local int var(0); std::atomic<int> n_errors(0); |