summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2020-06-24 13:16:40 +0200
committernarimiran <narimiran@disroot.org>2020-06-24 13:16:40 +0200
commit2220ff70beea0a72c61f9363cb8f0102ea317e6e (patch)
treeaa9c34a7abe92cad91dc41ffbd98061eb4a092dc /testament
parent1b196d85aa3d9b00e97d0d1687d11b993e6086ea (diff)
downloadNim-2220ff70beea0a72c61f9363cb8f0102ea317e6e.tar.gz
cleanup [ci skip]
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 501d9c22d..3d30b40e2 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -92,7 +92,6 @@ pkg2 "nimwc", true, "nim c nimwc.nim"
 # pkg2 "nitter", true, "nim c src/nitter.nim", "https://github.com/zedeus/nitter"
   # pending https://github.com/timotheecour/Nim/issues/167 or new git tag for nitter
 pkg2 "norm", true, "nim c -r tests/tsqliterows.nim"
-  # pending https://github.com/timotheecour/Nim/issues/167
 pkg2 "npeg", false, "nimble testarc"
 pkg2 "numericalnim", true, "nim c -r tests/test_integrate.nim"
 pkg2 "optionsutils"