diff options
Diffstat (limited to 'test/rope_test/crope.test.cpp')
| -rw-r--r-- | test/rope_test/crope.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rope_test/crope.test.cpp b/test/rope_test/crope.test.cpp index 9b9b9eb..8c2b302 100644 --- a/test/rope_test/crope.test.cpp +++ b/test/rope_test/crope.test.cpp @@ -13,7 +13,7 @@ BOOST_AUTO_TEST_CASE(allocator_should_succeed_in_empty) { auto rope = ocl::tproc::crope(""); - + BOOST_TEST(rope.empty() == true); } |
