diff options
Diffstat (limited to 'grammar/lr0_test.go')
-rw-r--r-- | grammar/lr0_test.go | 2 |
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 { |