aboutsummaryrefslogtreecommitdiff
path: root/tester/tester.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-02 15:41:30 -0300
committerEuAndreh <eu@euandre.org>2024-12-02 15:41:30 -0300
commitab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1 (patch)
tree8e15b7188b153d8f85be7120f5370249286b6f17 /tester/tester.go
parentSetup Makefile project structure with empty src/urubu.go source (diff)
downloadurubu-ab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1.tar.gz
urubu-ab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1.tar.xz
Build and test existing code as is
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 {