Skip to content

Commit 2032b94

Browse files
committed
Fixed file access test in the wrong location.
Change-Id: I520339b442306204563d97743efe988eab459c08
1 parent 860dc80 commit 2032b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2649,6 +2649,7 @@ int FlatBufferTests() {
26492649
ParseProtoTest();
26502650
UnionVectorTest();
26512651
LoadVerifyBinaryTest();
2652+
GenerateTableTextTest();
26522653
#endif
26532654
// clang-format on
26542655

@@ -2685,7 +2686,6 @@ int FlatBufferTests() {
26852686
IsAsciiUtilsTest();
26862687
ValidFloatTest();
26872688
InvalidFloatTest();
2688-
GenerateTableTextTest();
26892689
return 0;
26902690
}
26912691

0 commit comments

Comments
 (0)