Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp641 std::string goldenfile; in ParseProtoTest() local
645 "tests/prototest/test.golden", false, &goldenfile), true); in ParseProtoTest()
663 if (fbs != goldenfile) { in ParseProtoTest()
664 printf("%s----------------\n%s", fbs.c_str(), goldenfile.c_str()); in ParseProtoTest()