Disable new test for VC6.

[SVN r34744]
This commit is contained in:
John Maddock
2006-07-26 17:00:36 +00:00
parent cb519993c4
commit c8ed5f2b74

View File

@ -272,6 +272,7 @@ void test_regex_token_iterator(boost::basic_regex<charT, traits>& r)
// we should have had a match but didn't:
BOOST_REGEX_TEST_ERROR("Expected match was not found.", charT);
}
#if !BOOST_WORKAROUND(BOOST_MSVC, < 1300)
//
// and now both field splitting and $0:
//
@ -341,6 +342,7 @@ void test_regex_token_iterator(boost::basic_regex<charT, traits>& r)
// we should have had a match but didn't:
BOOST_REGEX_TEST_ERROR("Expected match was not found.", charT);
}
#endif
}
template <class charT, class traits>