summaryrefslogtreecommitdiff
path: root/unittests/ADT/SmallSetTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/ADT/SmallSetTest.cpp')
-rw-r--r--unittests/ADT/SmallSetTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/unittests/ADT/SmallSetTest.cpp b/unittests/ADT/SmallSetTest.cpp
index d78a72b38f8b9..3391a5c83f5a1 100644
--- a/unittests/ADT/SmallSetTest.cpp
+++ b/unittests/ADT/SmallSetTest.cpp
@@ -142,8 +142,4 @@ TEST(SmallSetTest, IteratorIncMoveCopy) {
auto Iter2 = s1.begin();
Iter = std::move(Iter2);
EXPECT_EQ("str 0", *Iter);
-
- auto Iter3 = s1.end();
- Iter3 = Iter2;
- EXPECT_EQ(Iter3, Iter2);
}