diff options
Diffstat (limited to 'driver/conflict_test.go')
-rw-r--r-- | driver/conflict_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/conflict_test.go b/driver/conflict_test.go index 1a1199b..93a8111 100644 --- a/driver/conflict_test.go +++ b/driver/conflict_test.go @@ -499,7 +499,7 @@ assign: '='; t.Fatal(err) } - cg, err := grammar.Compile(g) + cg, _, err := grammar.Compile(g) if err != nil { t.Fatal(err) } |