This commit is contained in:
Spartan322
2024-11-06 01:07:22 -05:00
240 changed files with 4987 additions and 1682 deletions

View File

@@ -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