From b760fdc9ca858dd146a34da86eabbc3d43fb0833 Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Mon, 5 Oct 2020 15:57:23 +0800 Subject: [PATCH] make testing for prologue more stable (#15491) --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index b4cc25f2a2..e8d1361515 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -98,7 +98,7 @@ pkg2 "patty" pkg2 "plotly", true, "nim c examples/all.nim" pkg2 "pnm" pkg2 "polypbren" -pkg2 "prologue", true, "nim c -d:release -r tests/test_compile/test_compile.nim" +pkg2 "prologue", true, "nimble tcompile" pkg2 "protobuf", true, "nim c -o:protobuff -r src/protobuf.nim" pkg2 "pylib" pkg2 "rbtree"