Skip to content

Commit c957550

Browse files
committed
Removed test proto output.
Change-Id: Iaf64bec068d03dd1b75670e9a28dde7392ebddb5
1 parent 44bf719 commit c957550

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,8 +1173,6 @@ void ParseProtoTestWithIncludes() {
11731173
flatbuffers::Parser parser2;
11741174
TEST_EQ(parser2.Parse(import_fbs.c_str(), include_directories, "imported.fbs"), true);
11751175
TEST_EQ(parser2.Parse(fbs.c_str(), nullptr), true);
1176-
//printf("Golden\n%s\n", goldenfile.c_str());
1177-
printf("FBS\n%s\n", fbs.c_str());
11781176
TEST_EQ_STR(fbs.c_str(), goldenfile.c_str());
11791177

11801178
// Parse proto with --oneof-union option.

0 commit comments

Comments
 (0)