Removed test proto output.

Change-Id: Iaf64bec068d03dd1b75670e9a28dde7392ebddb5
parent 44bf7198
......@@ -1173,8 +1173,6 @@ void ParseProtoTestWithIncludes() {
flatbuffers::Parser parser2;
TEST_EQ(parser2.Parse(import_fbs.c_str(), include_directories, "imported.fbs"), true);
TEST_EQ(parser2.Parse(fbs.c_str(), nullptr), true);
//printf("Golden\n%s\n", goldenfile.c_str());
printf("FBS\n%s\n", fbs.c_str());
TEST_EQ_STR(fbs.c_str(), goldenfile.c_str());
// Parse proto with --oneof-union option.
......
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