aboutsummaryrefslogtreecommitdiff
path: root/grammar/grammar_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/grammar_test.go')
-rw-r--r--grammar/grammar_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/grammar_test.go b/grammar/grammar_test.go
index aeeffac..52c7fb8 100644
--- a/grammar/grammar_test.go
+++ b/grammar/grammar_test.go
@@ -5,7 +5,7 @@ import (
"testing"
verr "github.com/nihei9/vartan/error"
- "github.com/nihei9/vartan/spec"
+ spec "github.com/nihei9/vartan/spec/grammar"
)
func TestGrammarBuilderOK(t *testing.T) {