diff options
Diffstat (limited to '')
| -rw-r--r-- | tests/unit/driver/lexer/lexer_test.go (renamed from driver/lexer/lexer_test.go) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/lexer/lexer_test.go b/tests/unit/driver/lexer/lexer_test.go index d32b087..a3d0231 100644 --- a/driver/lexer/lexer_test.go +++ b/tests/unit/driver/lexer/lexer_test.go @@ -6,8 +6,8 @@ import ( "strings" "testing" - "grammar/lexical" - spec "spec/grammar" + "urubu/grammar/lexical" + spec "urubu/spec/grammar" ) func newLexEntry(modes []string, kind string, pattern string, push string, pop bool) *lexical.LexEntry { |
