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