Skip to content

Commit 888983c

Browse files
committed
stuff
1 parent 6c5475d commit 888983c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/unit/src/unique_ref.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ const tst::set set("unique_ref", [](tst::suite& suite) {
194194

195195
tst::check_eq(set.size(), size_t(2), SL);
196196

197-
for(auto& v : set) {
198-
tst::check(v.get().a_0 == 1 || v.get().a_0 == 2, SL);
199-
}
200-
201197
tst::check(!utki::contains(set, v3), SL);
202198

203199
tst::check(utki::contains(set, v1r), SL);

0 commit comments

Comments
 (0)