forked from OSchip/llvm-project
[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
d65e8ee507
commit
6ef95056b9
|
@ -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