remove obsolete comment

This commit is contained in:
Ștefan Talpalaru 2019-05-28 22:54:50 +02:00
parent c8297e6f69
commit b8ab4657e4
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 0 additions and 3 deletions

View File

@ -574,9 +574,6 @@ template test*(name, body) =
{.pragma: testrunner.} {.pragma: testrunner.}
proc runTest(testSuiteName: string): int {.gensym, 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): when declared(testSetupIMPLFlag):
testSetupIMPL() testSetupIMPL()