diff options
Diffstat (limited to 'driver/lac_test.go')
-rw-r--r-- | driver/lac_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/lac_test.go b/driver/lac_test.go index d850e9b..2274583 100644 --- a/driver/lac_test.go +++ b/driver/lac_test.go @@ -5,7 +5,7 @@ import ( "testing" "github.com/nihei9/vartan/grammar" - "github.com/nihei9/vartan/spec" + spec "github.com/nihei9/vartan/spec/grammar" ) func TestParserWithLAC(t *testing.T) { |