mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-17 01:26:45 +00:00
run scripts/clang-format-all.sh
This commit is contained in:
@@ -31,8 +31,9 @@ void RunTest(const flatbuffers::IDLOptions &opts, const std::string &proto_path,
|
||||
TEST_EQ(import_parser.Parse(import_proto_file.c_str(), include_directories),
|
||||
true);
|
||||
std::string import_fbs;
|
||||
TEST_EQ(fbs_generator->GenerateCodeString(import_parser, "test", import_fbs),
|
||||
CodeGenerator::Status::OK);
|
||||
TEST_EQ(
|
||||
fbs_generator->GenerateCodeString(import_parser, "test", import_fbs),
|
||||
CodeGenerator::Status::OK);
|
||||
// auto import_fbs = flatbuffers::GenerateFBS(import_parser, "test", true);
|
||||
// Since `imported.fbs` isn't in the filesystem AbsolutePath can't figure it
|
||||
// out by itself. We manually construct it so Parser works.
|
||||
|
||||
Reference in New Issue
Block a user