Skip to content

Commit 5ba5627

Browse files
committed
third-party/flartbuffers-c-bridge test: sanitze output (ie removing no-args fbs_main test)
1 parent de4176b commit 5ba5627

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • third_party/flatbuffers-c-bridge/test

third_party/flatbuffers-c-bridge/test/test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ TEST_CASE("schema-parser", "") {
9595
TEST_CASE("flatc-main", "") {
9696
Error error;
9797

98-
REQUIRE(fbs_flatc({}, 0, error.ptr()) != 0);
99-
REQUIRE(error.text == std::string("Need to provide at least one argument."));
100-
10198
const char* generatedFile = "schema_generated.h";
10299
remove(generatedFile);
103100

0 commit comments

Comments
 (0)