forked from OSchip/llvm-project
[test] Fix -Wunused-variable in rC343665
llvm-svn: 343721
This commit is contained in:
parent
c5ae32a226
commit
e154d4cbf5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue