re-enable pkg optionsutils (#17231)

This commit is contained in:
Timothee Cour
2021-03-02 01:28:54 -08:00
committed by GitHub
parent 4b53f697fa
commit 33833968c4

View File

@@ -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"