Fix compilation on devel (#19)

This commit is contained in:
diegomrsantos 2022-11-07 14:27:25 +01:00 committed by GitHub
parent bdb5eca353
commit 297711ddaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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