mirror of
https://github.com/boostorg/regex.git
synced 2025-07-02 15:20:58 +02:00
Added Perl-5.10 "branch reset" support.
[SVN r52961]
This commit is contained in:
@ -40,7 +40,6 @@ int error_count = 0;
|
||||
|
||||
void run_tests()
|
||||
{
|
||||
RUN_TESTS(test_pocessive_repeats);
|
||||
RUN_TESTS(basic_tests);
|
||||
RUN_TESTS(test_simple_repeats);
|
||||
RUN_TESTS(test_alt);
|
||||
@ -71,6 +70,8 @@ void run_tests()
|
||||
RUN_TESTS(test_operators);
|
||||
RUN_TESTS(test_overloads);
|
||||
RUN_TESTS(test_unicode);
|
||||
RUN_TESTS(test_pocessive_repeats);
|
||||
RUN_TESTS(test_mark_resets);
|
||||
}
|
||||
|
||||
int cpp_main(int /*argc*/, char * /*argv*/[])
|
||||
|
Reference in New Issue
Block a user