aboutsummaryrefslogtreecommitdiff
path: root/tester/tester.go
diff options
context:
space:
mode:
Diffstat (limited to 'tester/tester.go')
-rw-r--r--tester/tester.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tester/tester.go b/tester/tester.go
index 0fb27b9..fa9b806 100644
--- a/tester/tester.go
+++ b/tester/tester.go
@@ -8,9 +8,9 @@ import (
"runtime/debug"
"strings"
- driver "github.com/nihei9/vartan/driver/parser"
- gspec "github.com/nihei9/vartan/spec/grammar"
- tspec "github.com/nihei9/vartan/spec/test"
+ driver "driver/parser"
+ gspec "spec/grammar"
+ tspec "spec/test"
)
type TestResult struct {