mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-15 08:48:52 +00:00
moved function to namespace (#8068)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#define FLATBUFFERS_NO_FILE_TESTS
|
||||
#else
|
||||
#define TEST_OUTPUT_LINE(...) \
|
||||
do { printf(__VA_ARGS__); printf("\n"); } while(!IsConstTrue(true))
|
||||
do { printf(__VA_ARGS__); printf("\n"); } while(!flatbuffers::IsConstTrue(true))
|
||||
#endif
|
||||
|
||||
#define TEST_EQ(exp, val) TestEq(exp, val, "'" #exp "' != '" #val "'", __FILE__, __LINE__, "")
|
||||
|
||||
Reference in New Issue
Block a user