HomeSort by relevance Sort by last modified time
    Searched full:expected_files (Results 1 - 1 of 1) sorted by null

  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 57 std::vector<std::string> expected_files; local
58 expected_files.push_back("file1");
59 expected_files.push_back("file2");
60 EXPECT_EQ(expected_files, getAllFiles(

Completed in 6444 milliseconds