Commit 50437642 authored by Raman's avatar Raman Committed by GitHub

Update test.cpp

parent 9fd4d664
......@@ -478,7 +478,7 @@ void ParseProtoTest() {
TEST_EQ(parser.Parse(protofile.c_str(), include_directories), true);
// Generate fbs.
auto fbs = flatbuffers::GenerateFBS(parser, "test");
auto fbs = flatbuffers::GenerateFBS(parser, "test", false);
// Ensure generated file is parsable.
flatbuffers::Parser parser2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment