Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp455 std::vector<std::string> ExpectedCommandLine(1, "clang-tool"); in TEST() local
456 ExpectedCommandLine.insert(ExpectedCommandLine.end(), in TEST()
458 ExpectedCommandLine.push_back("source"); in TEST()
461 EXPECT_EQ(ExpectedCommandLine, Result[0].CommandLine); in TEST()