summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-03-02 01:28:54 -0800
committerGitHub <noreply@github.com>2021-03-02 10:28:54 +0100
commit33833968c46dd3a5dc8c379abdb7021b0d304b7f (patch)
tree3f8a8a289837d0947be3e4d5145b22796db0682f
parent4b53f697faa8f7f65ada0e7ea00acf86c76ed92f (diff)
downloadNim-33833968c46dd3a5dc8c379abdb7021b0d304b7f.tar.gz
re-enable pkg optionsutils (#17231)
-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 10e24f6cc..4f8887057 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" # pending changing test from `Some` to `some` (etc) in tests/test2.nim, refs #17147
+pkg2 "optionsutils"
 pkg2 "ormin", "nim c -o:orminn ormin.nim"
 pkg2 "parsetoml"
 pkg2 "patty"