mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
fix controlflow test (#22194)
the function actually returns
(cherry picked from commit 4d2ebbb877)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user