Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc532 std::string not_touched = "not touched"; in TEST_F() local
533 EXPECT_FALSE(source_tree_.VirtualFileToDiskFile("bar/baz", &not_touched)); in TEST_F()
534 EXPECT_EQ("not touched", not_touched); in TEST_F()
535 EXPECT_FALSE(source_tree_.VirtualFileToDiskFile("baz/foo", &not_touched)); in TEST_F()
536 EXPECT_EQ("not touched", not_touched); in TEST_F()