aboutsummaryrefslogtreecommitdiff
path: root/grammar/lr0_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/lr0_test.go')
-rw-r--r--grammar/lr0_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/lr0_test.go b/grammar/lr0_test.go
index b31126e..0d0b134 100644
--- a/grammar/lr0_test.go
+++ b/grammar/lr0_test.go
@@ -5,7 +5,7 @@ import (
"strings"
"testing"
- "github.com/nihei9/vartan/spec"
+ spec "github.com/nihei9/vartan/spec/grammar"
)
type expectedLRState struct {