diff options
Diffstat (limited to 'helper/stub_test.go')
| -rw-r--r-- | helper/stub_test.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/helper/stub_test.go b/helper/stub_test.go deleted file mode 100644 index 58a25383..00000000 --- a/helper/stub_test.go +++ /dev/null @@ -1,11 +0,0 @@ -package helper_test - -import ( - "os" - "testing" - - "hakurei.app/container" - "hakurei.app/helper" -) - -func TestMain(m *testing.M) { container.TryArgv0(nil); helper.InternalHelperStub(); os.Exit(m.Run()) } |
