summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-11-19 16:23:03 +0800
committerGitHub <noreply@github.com>2023-11-19 16:23:03 +0800
commit6c5283b194ec238c765c2e0a8f252db003643557 (patch)
tree82c605ecc70dba108e17348c7756b0c20959807a /testament
parent4fc0027b57b83b30797c2439398dc9f6c38674b0 (diff)
downloadNim-6c5283b194ec238c765c2e0a8f252db003643557.tar.gz
enable nimwc testing (#22960)
ref https://github.com/ThomasTJdev/nim_websitecreator/pull/145
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 5f5868cfd..c2b2476e7 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -119,7 +119,7 @@ pkg "nimquery"
 pkg "nimsl"
 pkg "nimsvg"
 pkg "nimterop", "nimble minitest", url = "https://github.com/nim-lang/nimterop"
-pkg "nimwc", "nim c nimwc.nim", allowFailure = true
+pkg "nimwc", "nim c nimwc.nim"
 pkg "nimx", "nim c test/main.nim", allowFailure = true
 pkg "nitter", "nim c src/nitter.nim", "https://github.com/zedeus/nitter"
 pkg "norm", "testament r tests/common/tmodel.nim"