Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 3cf18de

Browse files
committed
Attempt to pacify buildbot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285676 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 038b68a commit 3cf18de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/Support/CommandLineTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ TEST(CommandLineTest, ResponseFiles) {
553553
bool Res = llvm::cl::ExpandResponseFiles(
554554
Saver, llvm::cl::TokenizeGNUCommandLine, Argv, false, true);
555555
EXPECT_TRUE(Res);
556-
EXPECT_EQ(Argv.size(), 9);
556+
EXPECT_EQ(Argv.size(), 9U);
557557
EXPECT_STREQ(Argv[0], "test/test");
558558
EXPECT_STREQ(Argv[1], "-flag_1");
559559
EXPECT_STREQ(Argv[2], "-option_1");

0 commit comments

Comments
 (0)