Skip to content

Commit add10eb

Browse files
authored
fix: update positions in checkfiles (#24503)
#24500 was on auto-merge and it failed because the positions were changed. This PR fixes the positions while I also updated the branch requirements for a PR to include all the jobs (excluding some of the non-bootstrapped for now).
2 parents 5e99614 + 8457957 commit add10eb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/neg-macros/annot-crash.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
|^^^^^^
44
|Failed to evaluate macro annotation '@crash'.
55
| Caused by class scala.NotImplementedError: an implementation is missing
6-
| scala.Predef$.$qmark$qmark$qmark(Predef.scala:401)
6+
| scala.Predef$.$qmark$qmark$qmark(Predef.scala:387)
77
| crash.transform(Macro_1.scala:7)

tests/neg/i24460.check

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
|-------------------------------------------------------------------------------------------------------------------
77
|Inline stack trace
88
|- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
9-
|This location contains code that was inlined from Predef.scala:156
10-
156 | inline def valueOf[T]: T = summonFrom {
9+
|This location contains code that was inlined from Predef.scala:154
10+
154 | inline def valueOf[T]: T = summonFrom {
1111
| ^
12-
157 | case ev: ValueOf[T] => ev.value
13-
158 | }
12+
155 | case ev: ValueOf[T] => ev.value
13+
156 | }
1414
|- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
15-
|This location contains code that was inlined from Predef.scala:156
15+
|This location contains code that was inlined from Predef.scala:154
1616
7 | case _: (h *: t) => valueOf[`h` & T] +: singletons[T, t]
1717
| ^^^^^^^^^^^^^^^^
1818
-------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)