mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 11:54:11 +00:00
fix test
This commit is contained in:
@@ -230,7 +230,7 @@ sub/mmain.idx""", context
|
||||
doAssert doSomething["type"].getStr == "skProc"
|
||||
doAssert doSomething["line"].getInt == 1
|
||||
doAssert doSomething["col"].getInt == 0
|
||||
doAssert doSomething["code"].getStr == "proc doSomething(x, y: int): int {.raises: [], tags: [], forbids: [].}"
|
||||
doAssert doSomething["code"].getStr == "proc doSomething(x, y: int): int {.raises: [], tags: [].}"
|
||||
|
||||
|
||||
block: # further issues with `--backend`
|
||||
|
||||
Reference in New Issue
Block a user