mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 14:40:01 +00:00
Moved union vector test to file dependent section.
Change-Id: I3a1fcf167eb0d0a51ef838e54246ef867e752218
This commit is contained in:
@@ -1374,6 +1374,7 @@ int main(int /*argc*/, const char * /*argv*/[]) {
|
|||||||
ParseAndGenerateTextTest();
|
ParseAndGenerateTextTest();
|
||||||
ReflectionTest(flatbuf.get(), rawbuf.length());
|
ReflectionTest(flatbuf.get(), rawbuf.length());
|
||||||
ParseProtoTest();
|
ParseProtoTest();
|
||||||
|
UnionVectorTest();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
FuzzTest1();
|
FuzzTest1();
|
||||||
@@ -1391,7 +1392,6 @@ int main(int /*argc*/, const char * /*argv*/[]) {
|
|||||||
InvalidUTF8Test();
|
InvalidUTF8Test();
|
||||||
UnknownFieldsTest();
|
UnknownFieldsTest();
|
||||||
ParseUnionTest();
|
ParseUnionTest();
|
||||||
UnionVectorTest();
|
|
||||||
ConformTest();
|
ConformTest();
|
||||||
|
|
||||||
if (!testing_fails) {
|
if (!testing_fails) {
|
||||||
|
|||||||
Reference in New Issue
Block a user