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:
Julian Fondren
2019-04-29 23:15:10 -05:00
parent 8274c0c6b3
commit 6dfde0e931

View File

@@ -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