aboutsummaryrefslogtreecommitdiff
path: root/spec/grammar/parser/lexer_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'spec/grammar/parser/lexer_test.go')
-rw-r--r--spec/grammar/parser/lexer_test.go2
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) {