aboutsummaryrefslogtreecommitdiff
path: root/grammar/test_helper_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/test_helper_test.go')
-rw-r--r--grammar/test_helper_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/test_helper_test.go b/grammar/test_helper_test.go
index cf9da2b..1dcdede 100644
--- a/grammar/test_helper_test.go
+++ b/grammar/test_helper_test.go
@@ -4,7 +4,7 @@ import "testing"
type testSymbolGenerator func(text string) symbol
-func newTestSymbolGenerator(t *testing.T, symTab *symbolTable) testSymbolGenerator {
+func newTestSymbolGenerator(t *testing.T, symTab *symbolTableReader) testSymbolGenerator {
return func(text string) symbol {
t.Helper()