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