We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860dc80 commit 2032b94Copy full SHA for 2032b94
tests/test.cpp
@@ -2649,6 +2649,7 @@ int FlatBufferTests() {
2649
ParseProtoTest();
2650
UnionVectorTest();
2651
LoadVerifyBinaryTest();
2652
+ GenerateTableTextTest();
2653
#endif
2654
// clang-format on
2655
@@ -2685,7 +2686,6 @@ int FlatBufferTests() {
2685
2686
IsAsciiUtilsTest();
2687
ValidFloatTest();
2688
InvalidFloatTest();
- GenerateTableTextTest();
2689
return 0;
2690
}
2691
0 commit comments