Skip to content

Commit dc100c5

Browse files
authored
update proc type recursion errors after merge (#24897)
refs #24893, refs #24888
1 parent 7f0e074 commit dc100c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/errmsgs/trecursiveproctype2.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
discard """
2-
errormsg: "illegal recursion in type 'B'"
2+
errormsg: "illegal recursion in type 'A'"
33
line: 9
44
"""
55

tests/errmsgs/trecursiveproctype3.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
discard """
2-
errormsg: "illegal recursion in type 'ptr MyFunc'"
2+
errormsg: "illegal recursion in type 'MyFunc'"
33
line: 9
44
"""
55

tests/errmsgs/trecursiveproctype4.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
discard """
2-
errormsg: "illegal recursion in type 'BB'"
2+
errormsg: "illegal recursion in type 'EventHandler'"
33
line: 9
44
"""
55

0 commit comments

Comments
 (0)