diff --git a/tests/neg-macros/annot-crash.check b/tests/neg-macros/annot-crash.check index 30a02c6f9286..ae0f64f12847 100644 --- a/tests/neg-macros/annot-crash.check +++ b/tests/neg-macros/annot-crash.check @@ -3,5 +3,5 @@ |^^^^^^ |Failed to evaluate macro annotation '@crash'. | Caused by class scala.NotImplementedError: an implementation is missing - | scala.Predef$.$qmark$qmark$qmark(Predef.scala:401) + | scala.Predef$.$qmark$qmark$qmark(Predef.scala:387) | crash.transform(Macro_1.scala:7) diff --git a/tests/neg/i24460.check b/tests/neg/i24460.check index be8701225097..d5f4a677dc4a 100644 --- a/tests/neg/i24460.check +++ b/tests/neg/i24460.check @@ -6,13 +6,13 @@ |------------------------------------------------------------------------------------------------------------------- |Inline stack trace |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |This location contains code that was inlined from Predef.scala:156 -156 | inline def valueOf[T]: T = summonFrom { + |This location contains code that was inlined from Predef.scala:154 +154 | inline def valueOf[T]: T = summonFrom { | ^ -157 | case ev: ValueOf[T] => ev.value -158 | } +155 | case ev: ValueOf[T] => ev.value +156 | } |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |This location contains code that was inlined from Predef.scala:156 + |This location contains code that was inlined from Predef.scala:154 7 | case _: (h *: t) => valueOf[`h` & T] +: singletons[T, t] | ^^^^^^^^^^^^^^^^ -------------------------------------------------------------------------------------------------------------------