Home
last modified time | relevance | path

Searched refs:goldenfile (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/tests/
Dtest.cpp817 std::string goldenfile; in ParseProtoTest() local
822 (test_data_path + "prototest/test.golden").c_str(), false, &goldenfile), in ParseProtoTest()
841 TEST_EQ_STR(fbs.c_str(), goldenfile.c_str()); in ParseProtoTest()