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