summaryrefslogtreecommitdiff
path: root/wipesides_test.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-02-26 16:28:57 +0000
committerNick White <git@njw.name>2020-02-26 16:28:57 +0000
commita47b35dc44f0e770a1bb1f7b53b6aa11d6895e0b (patch)
tree3994c41d70fafe44e94eae89dd4be5653c51e616 /wipesides_test.go
parentd900d8bd656fffc1d2f2581d50eaac15c428ba17 (diff)
Fix flag parsing with go test, and switch to -short to gate long tests
Diffstat (limited to 'wipesides_test.go')
-rw-r--r--wipesides_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/wipesides_test.go b/wipesides_test.go
index ffd60cb..4906c5b 100644
--- a/wipesides_test.go
+++ b/wipesides_test.go
@@ -8,7 +8,6 @@ package preproc
// TODO: test non integral img version
import (
- "flag"
"fmt"
"image"
"image/png"
@@ -17,7 +16,6 @@ import (
)
func TestWipeSides(t *testing.T) {
- var update = flag.Bool("updatewipe", false, "update golden files")
cases := []struct {
name string
orig string