diff --git a/tests/all_tests.nim b/tests/all_tests.nim index 7bbdf0a99..f11819bc9 100644 --- a/tests/all_tests.nim +++ b/tests/all_tests.nim @@ -11,12 +11,12 @@ import threadpool # AppVeyor may go out of memory with the default of 4 setMinPoolSize(2) -proc executeMyself(numModules: int): int = +proc executeMyself(numModules: int, names: openArray[string]): int = let appName = getAppFilename() for i in 0..