From 84579571ee98cc6c04e04b1af3d4a0f4a72c35b3 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Fri, 21 Nov 2025 14:53:15 +0100 Subject: [PATCH] fix: update positions in checkfiles --- tests/neg-macros/annot-crash.check | 2 +- tests/neg/i24460.check | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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] | ^^^^^^^^^^^^^^^^ -------------------------------------------------------------------------------------------------------------------