aboutsummaryrefslogtreecommitdiff
path: root/grammar/lexical/compiler_test.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--grammar/lexical/compiler_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/lexical/compiler_test.go b/grammar/lexical/compiler_test.go
index f2ef0f2..3336048 100644
--- a/grammar/lexical/compiler_test.go
+++ b/grammar/lexical/compiler_test.go
@@ -5,7 +5,7 @@ import (
"fmt"
"testing"
- spec "github.com/nihei9/vartan/spec/grammar"
+ spec "spec/grammar"
)
func TestLexSpec_Validate(t *testing.T) {