diff options
Diffstat (limited to 'testament/specs.nim')
-rw-r--r-- | testament/specs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/specs.nim b/testament/specs.nim index 8afe9d98e..86fc8bed4 100644 --- a/testament/specs.nim +++ b/testament/specs.nim @@ -16,7 +16,7 @@ let isTravis* = existsEnv("TRAVIS") let isAppVeyor* = existsEnv("APPVEYOR") proc cmdTemplate*(): string = - compilerPrefix & " $target --lib:lib --hints:on -d:testing --nimblePath:tests/deps $options $file" + compilerPrefix & " $target --hints:on -d:testing --nimblePath:tests/deps $options $file" type TTestAction* = enum |