diff options
Diffstat (limited to 'grammar/test_helper_test.go')
-rw-r--r-- | grammar/test_helper_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/test_helper_test.go b/grammar/test_helper_test.go index 297a9a3..63fcafb 100644 --- a/grammar/test_helper_test.go +++ b/grammar/test_helper_test.go @@ -3,7 +3,7 @@ package grammar import ( "testing" - "github.com/nihei9/vartan/grammar/symbol" + "grammar/symbol" ) type testSymbolGenerator func(text string) symbol.Symbol |