mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-20 07:51:32 +00:00
fix test expecting ambiguous-identifier error
the test is only against the first line, but testament doens't support multi-line error messages yet.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
discard """
|
||||
errormsg: "ambiguous identifier: 'range' --use system.range or mrange.range"
|
||||
line: 13
|
||||
errormsg: "ambiguous identifier: 'range' -- use one of the following:"
|
||||
line: "13"
|
||||
"""
|
||||
|
||||
import mrange
|
||||
|
||||
Reference in New Issue
Block a user