summary refs log tree commit diff stats
path: root/tests/errmsgs/twrongcolon.nim
blob: 06e802eb749da73300120188c58d3b757d69876c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
errormsg: "in expression ' do:"
nimout: '''
twrongcolon.nim(10, 12) Error: in expression ' do:
  890': identifier expected, but found ''
'''

"""

var n: int : 890