From e320e069844b8f9c6e5d7e4e407cc90dff3b0f04 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 26 Feb 2020 16:53:14 +0000 Subject: Move things around so that integralimg is in its own repository --- init_test.go | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 init_test.go (limited to 'init_test.go') diff --git a/init_test.go b/init_test.go deleted file mode 100644 index 37e510b..0000000 --- a/init_test.go +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2019 Nick White. -// Use of this source code is governed by the GPLv3 -// license that can be found in the LICENSE file. - -package preproc - -import ( - "flag" - "os" - "testing" -) - -var update = flag.Bool("update", false, "update golden files") - -// TestMain is needed to ensure flags are parsed -func TestMain(m *testing.M) { - flag.Parse() - os.Exit(m.Run()) -} -- cgit v1.2.1-24-ge1ad