From c7c6448bd5885cab9fe23ecea8a405973c515cab Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 20 Nov 2003 21:38:09 +0000 Subject: [PATCH] Make zip_iterator's test run later, because it's failing on a few compilers still. [SVN r20889] --- test/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 639541c..94a46d3 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -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 : : : # on ] - [ run zip_iterator_test.cpp ] [ run ../../utility/iterator_adaptor_examples.cpp ] [ run ../../utility/counting_iterator_example.cpp ]