Skip to content

Commit 1f683cc

Browse files
committed
Update check files to new error message wording
1 parent ce27de2 commit 1f683cc

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

tests/neg-macros/i14772.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
| ^
44
| Overloaded or recursive method impl needs return type
55
|
6-
| The error occurred while trying to complete the info of method $anonfun
7-
| which required to complete the info of method impl
6+
| The error occurred while trying to compute the signature of method $anonfun
7+
| which required to compute the signature of method impl
88
|
99
| Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
1010
|

tests/neg-macros/i16582.check

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
| Exception occurred while executing macro expansion.
66
| dotty.tools.dotc.core.CyclicReference: Recursive value o2 needs type
77
|
8-
| The error occurred while trying to complete the info of method test
9-
| which required to complete the info of value o2
10-
| which required to complete the info of value o2
8+
| The error occurred while trying to compute the signature of method test
9+
| which required to compute the signature of value o2
10+
| which required to compute the signature of value o2
1111
|
1212
| Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
1313
|

tests/neg/cyclic.check

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
| ^
44
| Overloaded or recursive method f needs return type
55
|
6-
| The error occurred while trying to complete the info of method f
7-
| which required to complete the info of method g
8-
| which required to complete the info of method h
9-
| which required to complete the info of method i
10-
| which required to complete the info of method f
6+
| The error occurred while trying to compute the signature of method f
7+
| which required to compute the signature of method g
8+
| which required to compute the signature of method h
9+
| which required to compute the signature of method i
10+
| which required to compute the signature of method f
1111
|
1212
| Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
1313
|

tests/neg/i11994.check

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
|
77
| Cyclic reference involving method foo
88
|
9-
| The error occurred while trying to complete the info of method foo
10-
| which required to complete the info of type T
11-
| which required to complete the info of method foo
9+
| The error occurred while trying to compute the signature of method foo
10+
| which required to compute the signature of type T
11+
| which required to compute the signature of method foo
1212
|
1313
| Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
1414
-- [E008] Not Found Error: tests/neg/i11994.scala:3:18 -----------------------------------------------------------------
@@ -19,8 +19,8 @@
1919
|
2020
| Cyclic reference involving method given_Unit
2121
|
22-
| The error occurred while trying to complete the info of given instance given_Unit
23-
| which required to complete the info of type T
24-
| which required to complete the info of given instance given_Unit
22+
| The error occurred while trying to compute the signature of given instance given_Unit
23+
| which required to compute the signature of type T
24+
| which required to compute the signature of given instance given_Unit
2525
|
2626
| Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.

0 commit comments

Comments
 (0)