Searched refs:ExpectedCommandLine (Results 1 – 1 of 1) sorted by relevance
408 std::vector<std::string> ExpectedCommandLine(1, "clang-tool"); in TEST() local409 ExpectedCommandLine.insert(ExpectedCommandLine.end(), in TEST()411 ExpectedCommandLine.push_back("source"); in TEST()413 EXPECT_EQ(ExpectedCommandLine, Result[0].CommandLine); in TEST()