diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:01:25 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:01:25 +0000 |
| commit | d8e91e46262bc44006913e6796843909f1ac7bcd (patch) | |
| tree | 7d0c143d9b38190e0fa0180805389da22cd834c5 /unittests/ADT/SmallSetTest.cpp | |
| parent | b7eb8e35e481a74962664b63dfb09483b200209a (diff) | |
Notes
Diffstat (limited to 'unittests/ADT/SmallSetTest.cpp')
| -rw-r--r-- | unittests/ADT/SmallSetTest.cpp | 4 |
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); } |
