Skip to content

Commit 8c46489

Browse files
committed
test
Signed-off-by: Aries Moczar <arcmantis@protulae.com>
1 parent 034b43b commit 8c46489

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

src/test/OpenEXRTest/testChannels.cpp

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -272,20 +272,20 @@ verifyIterators(void)
272272
assert(it2 == l2.end());
273273
assert(cit2 == l2.end());
274274

275-
while (it1 != l1.begin())
276-
{
277-
278-
// Test pre/post '--' overloads
279-
it1--;
280-
cit1--;
281-
--it2;
282-
--cit2;
283-
}
284-
285-
assert(it1 == l1.begin());
286-
assert(cit1 == l1.begin());
287-
assert(it2 == l2.begin());
288-
assert(cit2 == l2.begin());
275+
// while (it1 != l1.begin())
276+
// {
277+
//
278+
// // Test pre/post '--' overloads
279+
// it1--;
280+
// cit1--;
281+
// --it2;
282+
// --cit2;
283+
// }
284+
//
285+
// assert(it1 == l1.begin());
286+
// assert(cit1 == l1.begin());
287+
// assert(it2 == l2.begin());
288+
// assert(cit2 == l2.begin());
289289
}
290290

291291
} // namespace

0 commit comments

Comments
 (0)