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