[test] Fix -Wunused-variable in rC343665

llvm-svn: 343721
This commit is contained in:
Fangrui Song 2018-10-03 20:53:53 +00:00
parent c5ae32a226
commit e154d4cbf5
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ TEST(ParserTest, ParseMatcher) {
TEST(ParserTest, ParseComment) {
MockSema Sema;
const uint64_t ExpectedFoo = Sema.expectMatcher("Foo");
Sema.expectMatcher("Foo");
Sema.parse(" Foo() # Bar() ");
for (const auto &E : Sema.Errors) {
EXPECT_EQ("", E);