diff options
author | Nick White <git@njw.name> | 2020-02-26 16:28:57 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-02-26 16:28:57 +0000 |
commit | a47b35dc44f0e770a1bb1f7b53b6aa11d6895e0b (patch) | |
tree | 3994c41d70fafe44e94eae89dd4be5653c51e616 /wipesides_test.go | |
parent | d900d8bd656fffc1d2f2581d50eaac15c428ba17 (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.go | 2 |
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 |