diff --git a/test/vector_test.cpp b/test/vector_test.cpp index 91692aa..9286623 100644 --- a/test/vector_test.cpp +++ b/test/vector_test.cpp @@ -72,10 +72,10 @@ int main() typedef allocator ShmemCopyAllocator; typedef boost::container::vector MyCopyVector; -/* + typedef allocator ShmemOveralignedAllocator; typedef boost::container::vector MyOveralignedVector; -*/ + if(test::vector_test()) return 1; @@ -90,10 +90,10 @@ int main() if(test::vector_test()) return 1; -/* + if(test::vector_test()) return 1; -*/ + if(test_expand_bwd()) return 1;