diff --git a/unittest2.nim b/unittest2.nim index fe05137..f0944a5 100644 --- a/unittest2.nim +++ b/unittest2.nim @@ -574,9 +574,6 @@ template test*(name, body) = {.pragma: testrunner.} proc runTest(testSuiteName: string): int {.gensym, testrunner.} = - # when running tests in parallel, the only place we can use - # addOutputFormatter() is in a suite's setup(), so we need to run it before - # ensureInitialized() when declared(testSetupIMPLFlag): testSetupIMPL()