summaryrefslogtreecommitdiff
path: root/preproc/test_helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'preproc/test_helpers.go')
-rw-r--r--preproc/test_helpers.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/preproc/test_helpers.go b/preproc/test_helpers.go
index 7579e88..20de5b1 100644
--- a/preproc/test_helpers.go
+++ b/preproc/test_helpers.go
@@ -4,16 +4,12 @@ package preproc
// TODO: test non integral img version
import (
- "flag"
"image"
"image/draw"
"image/png"
"os"
)
-var slow = flag.Bool("slow", false, "include slow tests")
-var update = flag.Bool("update", false, "update golden files")
-
func decode(s string) (*image.Gray, error) {
f, err := os.Open(s)
defer f.Close()