diff options
Diffstat (limited to '')
-rw-r--r-- | tests/unit/grammar/lexical/parser/parser_test.go (renamed from grammar/lexical/parser/parser_test.go) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grammar/lexical/parser/parser_test.go b/tests/unit/grammar/lexical/parser/parser_test.go index e876d3b..4c9557d 100644 --- a/grammar/lexical/parser/parser_test.go +++ b/tests/unit/grammar/lexical/parser/parser_test.go @@ -6,8 +6,8 @@ import ( "strings" "testing" - spec "spec/grammar" - "ucd" + spec "urubu/spec/grammar" + "urubu/ucd" ) func TestParse(t *testing.T) { |