summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2020-09-26 13:11:35 +0200
committerGitHub <noreply@github.com>2020-09-26 13:11:35 +0200
commite6616115e65381aaab427c557431d7992bb25063 (patch)
treeba658d570cb666341f3a9b890af0a5cd66b1e443 /testament
parentd4892e9388084e71f9389efce7bba42d8c069d09 (diff)
downloadNim-e6616115e65381aaab427c557431d7992bb25063.tar.gz
cursor inference: makes combparser work; refactorings (#15411)
* cursor inference: makes combparser work; refactorings
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 dc2f8f0d1..b4cc25f2a 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -29,7 +29,7 @@ pkg1 "chronicles", true, "nim c -o:chr -r chronicles.nim"
 when not defined(osx): # testdatagram.nim(560, 54): Check failed
   pkg1 "chronos", true, "nim c -r -d:release tests/testall"
 pkg1 "cligen", false, "nim c -o:cligenn -r cligen.nim"
-pkg1 "combparser"
+pkg1 "combparser", false, "nimble test --gc:orc"
 pkg1 "compactdict"
 pkg1 "comprehension", false, "nimble test", "https://github.com/alehander42/comprehension"
 pkg1 "dashing", false, "nim c tests/functional.nim"