forked from boostorg/regex
Disable new test for VC6.
[SVN r34744]
This commit is contained in:
@ -272,6 +272,7 @@ void test_regex_token_iterator(boost::basic_regex<charT, traits>& r)
|
|||||||
// we should have had a match but didn't:
|
// we should have had a match but didn't:
|
||||||
BOOST_REGEX_TEST_ERROR("Expected match was not found.", charT);
|
BOOST_REGEX_TEST_ERROR("Expected match was not found.", charT);
|
||||||
}
|
}
|
||||||
|
#if !BOOST_WORKAROUND(BOOST_MSVC, < 1300)
|
||||||
//
|
//
|
||||||
// and now both field splitting and $0:
|
// 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:
|
// we should have had a match but didn't:
|
||||||
BOOST_REGEX_TEST_ERROR("Expected match was not found.", charT);
|
BOOST_REGEX_TEST_ERROR("Expected match was not found.", charT);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class charT, class traits>
|
template <class charT, class traits>
|
||||||
|
Reference in New Issue
Block a user