diff options
| -rw-r--r-- | test/allocator_op.test.cpp | 2 | ||||
| -rw-r--r-- | test/option.test.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/allocator_op.test.cpp b/test/allocator_op.test.cpp index fa2a049..890c9bc 100644 --- a/test/allocator_op.test.cpp +++ b/test/allocator_op.test.cpp @@ -13,4 +13,4 @@ BOOST_AUTO_TEST_CASE( allocator_should_succeed ) auto ptr = ocl::allocator<int>{}.construct_array<10>(); int* arr = ptr.get(); BOOST_TEST( arr != nullptr ); -}
\ No newline at end of file +} diff --git a/test/option.test.cpp b/test/option.test.cpp index 211f044..fdc8d37 100644 --- a/test/option.test.cpp +++ b/test/option.test.cpp @@ -30,4 +30,4 @@ BOOST_AUTO_TEST_CASE( option_should_succeed ) ret = false; } BOOST_TEST( ret == true ); -}
\ No newline at end of file +} |
