diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-06-25 10:05:27 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-06-25 10:05:27 +0000 |
commit | e2f9bb6f07e5448987d6e9c8f84044968ae3a9df (patch) | |
tree | 47e2d9c40afb4176d6cf12d5d83a077d97e9fd73 /src/regex/test_regex_eval_api.c | |
parent | 6803579aeefc80a95cd2047901fc691fd03401a1 (diff) |
-optimizing regex
Diffstat (limited to 'src/regex/test_regex_eval_api.c')
-rw-r--r-- | src/regex/test_regex_eval_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/test_regex_eval_api.c b/src/regex/test_regex_eval_api.c index 7d68f84f4f..1a25c4173e 100644 --- a/src/regex/test_regex_eval_api.c +++ b/src/regex/test_regex_eval_api.c @@ -369,8 +369,8 @@ main (int argc, char *argv[]) } srand (time (NULL)); - /* for (i = 0; i < 50; i++) */ - /* check_rand += test_random (100, 120, 20); */ + for (i = 0; i < 50; i++) + check_rand += test_random (100, 120, 20); return check_nfa + check_dfa + check_rand; } |