diff --git a/test/rak/allocators_test.cc b/test/rak/allocators_test.cc index c607833..249af9a 100644 --- a/test/rak/allocators_test.cc +++ b/test/rak/allocators_test.cc @@ -6,7 +6,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION(AllocatorsTest); template bool is_aligned(const T& t) { - return t.empty() || (reinterpret_cast(&t[0]) & (LT_SMP_CACHE_BYTES - 1)) == 0x0; + return t.empty() || (reinterpret_cast(&t[0]) & (LT_SMP_CACHE_BYTES - 1)) == 0x0; } void