summaryrefslogtreecommitdiffstats
path: root/test/double_buffer_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/double_buffer_test.cpp')
-rw-r--r--test/double_buffer_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/double_buffer_test.cpp b/test/double_buffer_test.cpp
index 0f58ea2..cb7fb97 100644
--- a/test/double_buffer_test.cpp
+++ b/test/double_buffer_test.cpp
@@ -22,7 +22,7 @@
int
main()
{
- Raul::DoubleBuffer<int> db(0);
+ raul::DoubleBuffer<int> db(0);
assert(db.get() == 0);