diff options
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index b913f4626..ccf8a4359 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -114,7 +114,7 @@ pkg2 "nimwc", "nim c nimwc.nim" pkg2 "norm", "nim c -r tests/sqlite/trows.nim" pkg2 "npeg", "nimble testarc" pkg2 "numericalnim", "nim c -r tests/test_integrate.nim" -pkg2 "optionsutils" +# pkg2 "optionsutils" # pending changing test from `Some` to `some` (etc) in tests/test2.nim, refs #17147 pkg2 "ormin", "nim c -o:orminn ormin.nim" pkg2 "parsetoml" pkg2 "patty" |