summaryrefslogtreecommitdiff
path: root/custom_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'custom_test.go')
-rw-r--r--custom_test.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/custom_test.go b/custom_test.go
index e73d4d7..2556716 100644
--- a/custom_test.go
+++ b/custom_test.go
@@ -9,9 +9,7 @@ import (
"testing"
)
-var (
- customTests string
-)
+var customTests string
func TestMain(m *testing.M) {
flag.StringVar(&customTests, "custom", "", "input file for custom test cases")