summaryrefslogtreecommitdiff
path: root/unittests/ADT/SmallSetTest.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-01-19 10:01:25 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-01-19 10:01:25 +0000
commitd8e91e46262bc44006913e6796843909f1ac7bcd (patch)
tree7d0c143d9b38190e0fa0180805389da22cd834c5 /unittests/ADT/SmallSetTest.cpp
parentb7eb8e35e481a74962664b63dfb09483b200209a (diff)
Notes
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);
}