diff --git a/tests/testAllParallel.nim b/tests/testAllParallel.nim index e44bdbd..d81235a 100644 --- a/tests/testAllParallel.nim +++ b/tests/testAllParallel.nim @@ -5,6 +5,7 @@ import std/[os, osproc, strutils] when declared(getPathsClause): + ## note this doesn't appear to work, what to do? proc nimc(): string = "nim c -r " & getPathsClause() else: proc nimc(): string = "nim c -r "