diff options
Diffstat (limited to 'tests/test_macros.h')
-rw-r--r-- | tests/test_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_macros.h b/tests/test_macros.h index a736030293..3cfe8dac37 100644 --- a/tests/test_macros.h +++ b/tests/test_macros.h @@ -476,6 +476,6 @@ public: for (int i = 0; i < string_list.size(); ++i) { \ CHECK(string_list[i] == m_slices[i]); \ } \ - } while (0) + } while (false) #endif // TEST_MACROS_H |