aboutsummaryrefslogtreecommitdiff
path: root/driver/lexer/lexer_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'driver/lexer/lexer_test.go')
-rw-r--r--driver/lexer/lexer_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/lexer/lexer_test.go b/driver/lexer/lexer_test.go
index edabd6d..d32b087 100644
--- a/driver/lexer/lexer_test.go
+++ b/driver/lexer/lexer_test.go
@@ -6,8 +6,8 @@ import (
"strings"
"testing"
- "github.com/nihei9/vartan/grammar/lexical"
- spec "github.com/nihei9/vartan/spec/grammar"
+ "grammar/lexical"
+ spec "spec/grammar"
)
func newLexEntry(modes []string, kind string, pattern string, push string, pop bool) *lexical.LexEntry {