diff options
Diffstat (limited to 'tester/tester.go')
-rw-r--r-- | tester/tester.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/tester.go b/tester/tester.go index 187e36c..3e6941f 100644 --- a/tester/tester.go +++ b/tester/tester.go @@ -8,7 +8,7 @@ import ( "runtime/debug" "strings" - "github.com/nihei9/vartan/driver" + driver "github.com/nihei9/vartan/driver/parser" gspec "github.com/nihei9/vartan/spec/grammar" tspec "github.com/nihei9/vartan/spec/test" ) |