summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-04 23:10:48 -0500
committerPietro Gagliardi <[email protected]>2014-03-04 23:10:48 -0500
commit40a9dc55c90e8c9261d9471ceae0c8ed3a8067a0 (patch)
treee8c781fae175135d5d86480f014588a9120164d3 /test
parent692c75140a7cb84a3ec2254072ecb3197c34fb56 (diff)
Changed the ".." import in the test binary to a proper "github.com/andlabs/ui" import. (This means I finally moved my working environment out of a folder src/wingo and into the proper src/github.com/andlabs/ui.)
Diffstat (limited to 'test')
-rw-r--r--test/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.go b/test/main.go
index f6a26a3..11cf19f 100644
--- a/test/main.go
+++ b/test/main.go
@@ -4,7 +4,7 @@ package main
import (
"fmt"
"flag"
- . ".."
+ . "github.com/andlabs/ui"
)
var prefsizetest = flag.Bool("prefsize", false, "")