diff options
Diffstat (limited to '')
-rw-r--r-- | tests/unit/grammar/test_helper_test.go (renamed from grammar/test_helper_test.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/test_helper_test.go b/tests/unit/grammar/test_helper_test.go index 63fcafb..546d2c1 100644 --- a/grammar/test_helper_test.go +++ b/tests/unit/grammar/test_helper_test.go @@ -3,7 +3,7 @@ package grammar import ( "testing" - "grammar/symbol" + "urubu/grammar/symbol" ) type testSymbolGenerator func(text string) symbol.Symbol |