mirror of
https://github.com/status-im/nim-unittest2.git
synced 2025-02-23 15:18:08 +00:00
Fix compilation on devel (#19)
This commit is contained in:
parent
bdb5eca353
commit
297711ddaa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user