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