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