diff options
Diffstat (limited to 'spec/grammar/parser/parser_test.go')
-rw-r--r-- | spec/grammar/parser/parser_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/grammar/parser/parser_test.go b/spec/grammar/parser/parser_test.go index 498e7c6..77863e8 100644 --- a/spec/grammar/parser/parser_test.go +++ b/spec/grammar/parser/parser_test.go @@ -4,7 +4,7 @@ import ( "strings" "testing" - verr "github.com/nihei9/vartan/error" + verr "error" ) func TestParse(t *testing.T) { |