mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-22 00:41:28 +00:00
made tests green again
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
discard """
|
||||
output: '''1
|
||||
1234
|
||||
1234
|
||||
2
|
||||
234
|
||||
234
|
||||
3
|
||||
34
|
||||
34
|
||||
4
|
||||
4'''
|
||||
"""
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
discard """
|
||||
line: 16
|
||||
errormsg: "type mismatch: got (BPtr) but expected 'APtr'"
|
||||
errormsg: "type mismatch: got (BPtr) but expected 'APtr = ptr[RegionA, int]'"
|
||||
"""
|
||||
|
||||
type
|
||||
|
||||
Reference in New Issue
Block a user