Make zip_iterator's test run later, because it's failing on a few

compilers still.


[SVN r20889]
This commit is contained in:
Dave Abrahams
2003-11-20 21:38:09 +00:00
parent 218778bb94
commit c7c6448bd5

View File

@ -18,6 +18,8 @@ test-suite iterator
# compilation problems.
[ run is_convertible_fail.cpp ]
[ run zip_iterator_test.cpp ]
# These tests should work for just about everything.
[ compile is_lvalue_iterator.cpp ]
[ compile is_readable_iterator.cpp ]
@ -34,7 +36,6 @@ test-suite iterator
[ run counting_iterator_test.cpp ]
[ run permutation_iterator_test.cpp : : : # <stlport-iostream>on
]
[ run zip_iterator_test.cpp ]
[ run ../../utility/iterator_adaptor_examples.cpp ]
[ run ../../utility/counting_iterator_example.cpp ]