aboutsummaryrefslogtreecommitdiff
path: root/driver/semantic_action_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'driver/semantic_action_test.go')
-rw-r--r--driver/semantic_action_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/semantic_action_test.go b/driver/semantic_action_test.go
index d0e769e..d480a0a 100644
--- a/driver/semantic_action_test.go
+++ b/driver/semantic_action_test.go
@@ -194,7 +194,7 @@ char
t.Fatal(err)
}
- gram, err := grammar.Compile(g)
+ gram, _, err := grammar.Compile(g)
if err != nil {
t.Fatal(err)
}