summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/rope_test/crope.test.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/rope_test/crope.test.cpp b/test/rope_test/crope.test.cpp
index e1885f4..f454e12 100644
--- a/test/rope_test/crope.test.cpp
+++ b/test/rope_test/crope.test.cpp
@@ -10,8 +10,7 @@
#define BOOST_TEST_MODULE crope
#include <boost/test/included/unit_test.hpp>
-BOOST_AUTO_TEST_CASE( allocator_should_succeed )
-{
- auto rope = ocl::crope("foo");
- BOOST_TEST( rope.empty() == false );
+BOOST_AUTO_TEST_CASE(allocator_should_succeed) {
+ auto rope = ocl::crope("foo");
+ BOOST_TEST(rope.empty() == false);
}