From 2032b94f61fd7b000d26d796928fa5e9180698a7 Mon Sep 17 00:00:00 2001 From: Wouter van Oortmerssen Date: Mon, 22 Apr 2019 09:57:01 -0700 Subject: [PATCH] Fixed file access test in the wrong location. Change-Id: I520339b442306204563d97743efe988eab459c08 --- tests/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.cpp b/tests/test.cpp index 4e23d79f0..e0232300b 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -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; }