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