diff options
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 |