We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4176b commit 5ba5627Copy full SHA for 5ba5627
1 file changed
third_party/flatbuffers-c-bridge/test/test.cpp
@@ -95,9 +95,6 @@ TEST_CASE("schema-parser", "") {
95
TEST_CASE("flatc-main", "") {
96
Error error;
97
98
- REQUIRE(fbs_flatc({}, 0, error.ptr()) != 0);
99
- REQUIRE(error.text == std::string("Need to provide at least one argument."));
100
-
101
const char* generatedFile = "schema_generated.h";
102
remove(generatedFile);
103
0 commit comments