Searched refs:expected_json (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/fidl-compiler/
H A Djson_generator_tests.cpp35 bool checkJSONGenerator(std::string raw_source_code, std::string expected_json) { argument
44 trim(expected_json);
46 if (actual.compare(expected_json) == 0) {
58 output_expected << expected_json; local

Completed in 18 milliseconds