Fix build failure caused by D52157

llvm-svn: 342408
This commit is contained in:
Shuai Wang 2018-09-17 20:10:33 +00:00
parent e0248aecbe
commit 02bfd89c93
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ TEST_F(QueryEngineTest, Basic) {
Str.clear();
EXPECT_FALSE(MatchQuery(isArrow()).run(OS, S));
EXPECT_FALSE(MatchQuery(isMain()).run(OS, S));
EXPECT_EQ("Not a valid top-level matcher.\n", OS.str());
}