update proc type recursion errors after merge (#24897)

refs #24893, refs #24888
This commit is contained in:
metagn
2025-04-21 19:41:09 +03:00
committed by GitHub
parent 7f0e07492f
commit dc100c5caa
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
discard """
errormsg: "illegal recursion in type 'B'"
errormsg: "illegal recursion in type 'A'"
line: 9
"""

View File

@@ -1,5 +1,5 @@
discard """
errormsg: "illegal recursion in type 'ptr MyFunc'"
errormsg: "illegal recursion in type 'MyFunc'"
line: 9
"""

View File

@@ -1,5 +1,5 @@
discard """
errormsg: "illegal recursion in type 'BB'"
errormsg: "illegal recursion in type 'EventHandler'"
line: 9
"""