From 297711ddaa0585f2fb1934a3a48a598e24237dad Mon Sep 17 00:00:00 2001 From: diegomrsantos Date: Mon, 7 Nov 2022 14:27:25 +0100 Subject: [PATCH] Fix compilation on devel (#19) --- unittest2.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest2.nim b/unittest2.nim index 3308a9f..42cec61 100644 --- a/unittest2.nim +++ b/unittest2.nim @@ -760,7 +760,7 @@ template fail* = if abortOnError: quit(1) - checkpoints = @[] + checkpoints = newSeq[string]() template skip* = ## Mark the test as skipped. Should be used directly