mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
[RGT][ADT] Remove test assertion that will not be executed
Found by the Rotten Green Tests project. Differential Revision: https://reviews.llvm.org/D95255
This commit is contained in:
parent
bc9a268305
commit
6be86e0db5
@ -180,7 +180,6 @@ TEST_F(ImmutableSetTest, IterLongSetTest) {
|
||||
|
||||
int i = 0;
|
||||
for (ImmutableSet<long>::iterator I = S.begin(), E = S.end(); I != E; ++I) {
|
||||
ASSERT_EQ(i, *I);
|
||||
i++;
|
||||
}
|
||||
ASSERT_EQ(0, i);
|
||||
|
Loading…
Reference in New Issue
Block a user