mirror of
https://github.com/boostorg/regex.git
synced 2026-05-03 19:30:46 +02:00
Fix up recursive implementation of ACCEPT and COMMIT.
This commit is contained in:
@@ -49,7 +49,6 @@ int error_count = 0;
|
||||
|
||||
void run_tests()
|
||||
{
|
||||
#if 0
|
||||
RUN_TESTS(basic_tests);
|
||||
RUN_TESTS(test_simple_repeats);
|
||||
RUN_TESTS(test_alt);
|
||||
@@ -83,7 +82,6 @@ void run_tests()
|
||||
RUN_TESTS(test_pocessive_repeats);
|
||||
RUN_TESTS(test_mark_resets);
|
||||
RUN_TESTS(test_recursion);
|
||||
#endif
|
||||
RUN_TESTS(test_verbs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user