diff options
Diffstat (limited to 'clang/unittests/Lex/LexerTest.cpp')
| -rw-r--r-- | clang/unittests/Lex/LexerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Lex/LexerTest.cpp b/clang/unittests/Lex/LexerTest.cpp index a708de8a5a8..4bb355393f7 100644 --- a/clang/unittests/Lex/LexerTest.cpp +++ b/clang/unittests/Lex/LexerTest.cpp @@ -383,7 +383,7 @@ TEST_F(LexerTest, DontOverallocateStringifyArgs) { MacroInfo *MI = PP->AllocateMacroInfo({}); MI->setIsFunctionLike(); MI->setArgumentList(ArgList, Allocator); - EXPECT_EQ(3, MI->getNumArgs()); + EXPECT_EQ(3u, MI->getNumArgs()); EXPECT_TRUE(MI->isFunctionLike()); Token Eof; |

