fix controlflow test (#22194)

the function actually returns
This commit is contained in:
Jacek Sieka
2023-06-30 14:54:46 +02:00
committed by GitHub
parent 3a1adf7d66
commit 4d2ebbb877

View File

@@ -76,7 +76,7 @@ var c = Control(x: 7)
run(c)
proc sysFatal(exceptn: typedesc, message: string) {.inline, noreturn.} =
proc sysFatal(exceptn: typedesc, message: string) {.inline.} =
var buf = newStringOfCap(200)
add(buf, "##")
add(buf, message)