Moved union vector test to file dependent section.

Change-Id: I3a1fcf167eb0d0a51ef838e54246ef867e752218
This commit is contained in:
Wouter van Oortmerssen
2017-01-25 14:09:18 -08:00
parent b395359b6e
commit 2fb25e2bb3

View File

@@ -1374,6 +1374,7 @@ int main(int /*argc*/, const char * /*argv*/[]) {
ParseAndGenerateTextTest();
ReflectionTest(flatbuf.get(), rawbuf.length());
ParseProtoTest();
UnionVectorTest();
#endif
FuzzTest1();
@@ -1391,7 +1392,6 @@ int main(int /*argc*/, const char * /*argv*/[]) {
InvalidUTF8Test();
UnknownFieldsTest();
ParseUnionTest();
UnionVectorTest();
ConformTest();
if (!testing_fails) {