mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. [-Wsign-compare]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173144 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f65dc6e347
commit
421db34270
@ -175,7 +175,7 @@ TEST(SparseMultiSetTest, Iterators) {
|
||||
USet::iterator E = RangePair.second;
|
||||
|
||||
// Move the iterators around, going to end and coming back.
|
||||
EXPECT_EQ(3u, std::distance(B, E));
|
||||
EXPECT_EQ(3, std::distance(B, E));
|
||||
EXPECT_EQ(B, --(--(--E)));
|
||||
EXPECT_EQ(++(++(++E)), Set.end());
|
||||
EXPECT_EQ(B, --(--(--E)));
|
||||
|
Loading…
Reference in New Issue
Block a user