From af20d5e3f452aa89c1b3fb6d1fa4d756393a1c8d Mon Sep 17 00:00:00 2001 From: Serge Pavlov Date: Tue, 1 Nov 2016 07:52:10 +0000 Subject: Attempt to pacify buildbot llvm-svn: 285676 --- llvm/unittests/Support/CommandLineTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/unittests/Support/CommandLineTest.cpp') diff --git a/llvm/unittests/Support/CommandLineTest.cpp b/llvm/unittests/Support/CommandLineTest.cpp index e0613250d2a..945eb1d4e1c 100644 --- a/llvm/unittests/Support/CommandLineTest.cpp +++ b/llvm/unittests/Support/CommandLineTest.cpp @@ -553,7 +553,7 @@ TEST(CommandLineTest, ResponseFiles) { bool Res = llvm::cl::ExpandResponseFiles( Saver, llvm::cl::TokenizeGNUCommandLine, Argv, false, true); EXPECT_TRUE(Res); - EXPECT_EQ(Argv.size(), 9); + EXPECT_EQ(Argv.size(), 9U); EXPECT_STREQ(Argv[0], "test/test"); EXPECT_STREQ(Argv[1], "-flag_1"); EXPECT_STREQ(Argv[2], "-option_1"); -- cgit v1.2.3