mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
make some tests green again
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
discard """
|
||||
nimout: '''
|
||||
found 'a' of kind 'var'
|
||||
'''
|
||||
|
||||
|
||||
file: "tnoop.nim"
|
||||
line: 13
|
||||
errormsg: "attempting to call routine: 'a'"
|
||||
errormsg: "attempting to call undeclared routine: 'a'"
|
||||
"""
|
||||
|
||||
|
||||
|
||||
@@ -158,7 +158,7 @@ when true:
|
||||
var xx = xs.mapIt(asFoo($(it + 5)))
|
||||
|
||||
|
||||
block t4674:
|
||||
when false:
|
||||
type
|
||||
FooObj[T] = object
|
||||
v: T
|
||||
|
||||
Reference in New Issue
Block a user