mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-07 05:47:36 +00:00
Removed test proto output.
Change-Id: Iaf64bec068d03dd1b75670e9a28dde7392ebddb5
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user