summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/CommandLineTest.cpp
diff options
context:
space:
mode:
authorSerge Pavlov <sepavloff@gmail.com>2016-11-01 07:52:10 +0000
committerSerge Pavlov <sepavloff@gmail.com>2016-11-01 07:52:10 +0000
commitaf20d5e3f452aa89c1b3fb6d1fa4d756393a1c8d (patch)
tree659a2cfa161384249fd5c1b427b2ca2ef1a5c44a /llvm/unittests/Support/CommandLineTest.cpp
parent6ac8e034f654db00a7eb680f8ee91839ed9c5b5a (diff)
downloadbcm5719-llvm-af20d5e3f452aa89c1b3fb6d1fa4d756393a1c8d.tar.gz
bcm5719-llvm-af20d5e3f452aa89c1b3fb6d1fa4d756393a1c8d.zip
Attempt to pacify buildbot
llvm-svn: 285676
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
-rw-r--r--llvm/unittests/Support/CommandLineTest.cpp2
1 files changed, 1 insertions, 1 deletions
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");
OpenPOWER on IntegriCloud