summaryrefslogtreecommitdiff
path: root/custom_test.go
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-09-23 14:26:34 -0400
committerBen Burwell <ben@benburwell.com>2019-09-23 14:26:34 -0400
commitf312016e0b70f38b48e509472680bbf6cde64179 (patch)
tree086fa9961c091dae5fb00d684965d47db8ce1d9a /custom_test.go
parent5d3f80f17a10fcfd6b5fd4fb4a2d42afaf7dc789 (diff)
Simplify
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")