mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-05 08:27:05 +00:00
Fixed file access test in the wrong location.
Change-Id: I520339b442306204563d97743efe988eab459c08
This commit is contained in:
@@ -2649,6 +2649,7 @@ int FlatBufferTests() {
|
|||||||
ParseProtoTest();
|
ParseProtoTest();
|
||||||
UnionVectorTest();
|
UnionVectorTest();
|
||||||
LoadVerifyBinaryTest();
|
LoadVerifyBinaryTest();
|
||||||
|
GenerateTableTextTest();
|
||||||
#endif
|
#endif
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
@@ -2685,7 +2686,6 @@ int FlatBufferTests() {
|
|||||||
IsAsciiUtilsTest();
|
IsAsciiUtilsTest();
|
||||||
ValidFloatTest();
|
ValidFloatTest();
|
||||||
InvalidFloatTest();
|
InvalidFloatTest();
|
||||||
GenerateTableTextTest();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user