mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-27 09:43:58 +00:00
made some tests green; implemented 'from module import nil'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
errormsg: 'type mismatch'
|
||||
errormsg: "type mismatch"
|
||||
line: 7
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
discard """
|
||||
errormsg: "value expected, but got a type"
|
||||
line: 7
|
||||
disabled: true
|
||||
"""
|
||||
|
||||
proc crashAndBurn() =
|
||||
|
||||
Reference in New Issue
Block a user