~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to lib/GenTest/Simplifier/Grammar.pm

Matthias' grammar simplification improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
        if (!$simplifier->oracle($initial_grammar_string)) {
36
36
                warn("Initial grammar failed oracle check.");
 
37
                warn("Are duration and/or trials too small or is a different value for seed required?");
37
38
                return undef;
38
39
        }
39
40