mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 04:03:57 +00:00
Removed test proto output.
Change-Id: Iaf64bec068d03dd1b75670e9a28dde7392ebddb5
This commit is contained in:
@@ -1173,8 +1173,6 @@ void ParseProtoTestWithIncludes() {
|
|||||||
flatbuffers::Parser parser2;
|
flatbuffers::Parser parser2;
|
||||||
TEST_EQ(parser2.Parse(import_fbs.c_str(), include_directories, "imported.fbs"), true);
|
TEST_EQ(parser2.Parse(import_fbs.c_str(), include_directories, "imported.fbs"), true);
|
||||||
TEST_EQ(parser2.Parse(fbs.c_str(), nullptr), 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());
|
TEST_EQ_STR(fbs.c_str(), goldenfile.c_str());
|
||||||
|
|
||||||
// Parse proto with --oneof-union option.
|
// Parse proto with --oneof-union option.
|
||||||
|
|||||||
Reference in New Issue
Block a user