diff options
Diffstat (limited to 'driver/syntax_error_test.go')
-rw-r--r-- | driver/syntax_error_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/syntax_error_test.go b/driver/syntax_error_test.go index 93cf637..c49d804 100644 --- a/driver/syntax_error_test.go +++ b/driver/syntax_error_test.go @@ -126,7 +126,7 @@ c t.Fatal(err) } - gram, err := grammar.Compile(g, grammar.SpecifyClass(grammar.ClassLALR)) + gram, err := grammar.Compile(g) if err != nil { t.Fatal(err) } |