Fixed file access test in the wrong location.
Change-Id: I520339b442306204563d97743efe988eab459c08
This commit is contained in:
parent
860dc803fe
commit
2032b94f61
|
@ -2649,6 +2649,7 @@ int FlatBufferTests() {
|
|||
ParseProtoTest();
|
||||
UnionVectorTest();
|
||||
LoadVerifyBinaryTest();
|
||||
GenerateTableTextTest();
|
||||
#endif
|
||||
// clang-format on
|
||||
|
||||
|
@ -2685,7 +2686,6 @@ int FlatBufferTests() {
|
|||
IsAsciiUtilsTest();
|
||||
ValidFloatTest();
|
||||
InvalidFloatTest();
|
||||
GenerateTableTextTest();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue