diff --git a/containers_cpp/test/main.cc b/containers_cpp/test/main.cc index 7d8f160..f63e957 100644 --- a/containers_cpp/test/main.cc +++ b/containers_cpp/test/main.cc @@ -27,8 +27,8 @@ #include #ifdef EMBB_PLATFORM_COMPILER_MSVC - // Suppress warning generated by malloc.h(160): expression before comma - // has no effect: expected expression with side effect +// Suppress warning generated by malloc.h(160): expression before comma +// has no effect: expected expression with side effect #pragma warning(push) #pragma warning(disable : 4548) #endif @@ -86,4 +86,4 @@ PT_MAIN("Data Structures C++") { PT_RUN(ObjectPoolTest< WaitFreeArrayValuePool >); PT_EXPECT(embb_get_bytes_allocated() == 0); -} \ No newline at end of file +}