summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-06-25 19:10:22 -0700
committerGitHub <noreply@github.com>2020-06-26 04:10:22 +0200
commit49fcda33306227466161b31e0f8e0a21cbecdfaf (patch)
tree385b4a35f0618400f369f3389c560c08fd1958be
parentbaa80ca9d4c5bef4b90aabf4a666b2300c62b5b7 (diff)
downloadNim-49fcda33306227466161b31e0f8e0a21cbecdfaf.tar.gz
followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent iterators (#14817)
* followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent iterators

* ggplotnim: remove -d:nimHasWorkaround14720
-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 bc7f77cc4..352ce2cd7 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -42,7 +42,7 @@ pkg1 "elvis"
 pkg1 "fidget", true
 pkg1 "fragments", false, "nim c -r fragments/dsl.nim"
 pkg1 "gara"
-pkg1 "ggplotnim", true, "nim c -d:noCairo -r -d:nimWorkaround14447 -d:nimHasWorkaround14720 tests/tests.nim"
+pkg1 "ggplotnim", true, "nim c -d:noCairo -r tests/tests.nim"
 # pkg1 "gittyup", true, "nimble test", "https://github.com/disruptek/gittyup"
 pkg1 "glob"
 pkg1 "gnuplot"