diff options
Diffstat (limited to 'test/build_test.cpp')
-rw-r--r-- | test/build_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/build_test.cpp b/test/build_test.cpp index 52559bf..c228651 100644 --- a/test/build_test.cpp +++ b/test/build_test.cpp @@ -44,8 +44,8 @@ main() raul::Maid maid; NonCopyableThing non_copyable; raul::Path path; - raul::RingBuffer ring_buffer(64u); - raul::Semaphore semaphore(0u); + raul::RingBuffer ring_buffer(64U); + raul::Semaphore semaphore(0U); raul::Symbol symbol("foo"); try { |