Update test.cpp

This commit is contained in:
Raman 2016-07-09 12:51:06 +02:00 committed by GitHub
parent ffbc93526e
commit 22697722d9
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ void ParseProtoTest() {
TEST_EQ(parser.Parse(protofile.c_str(), include_directories), true);
// Generate fbs.
auto fbs = flatbuffers::GenerateFBS(parser, "test", false);
auto fbs = flatbuffers::GenerateFBS(parser, "test");
// Ensure generated file is parsable.
flatbuffers::Parser parser2;