Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DFileManagerTest.cpp167 const FileEntry *fileBar = manager.getFile("bar.cpp"); in TEST_F() local
169 ASSERT_TRUE(fileBar != NULL); in TEST_F()
170 EXPECT_NE(fileFoo, fileBar); in TEST_F()