File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/tests/src/test/scala/ch/epfl/scala/debugadapter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ abstract class StepFilterTests(scalaVersion: ScalaVersion) extends DebugTestSuit
356356 check(
357357 Breakpoint (9 ),
358358 StepIn .line(4 ),
359- StepIn .method(" String.toString" ),
359+ StepIn .method(" String.toString() " ),
360360 StepIn .line(4 ),
361361 StepIn .line(9 ),
362362 StepIn .method(" Predef$.println(Object)" ),
@@ -366,7 +366,7 @@ abstract class StepFilterTests(scalaVersion: ScalaVersion) extends DebugTestSuit
366366 StepIn .method(" Predef$.println(Object)" ),
367367 Breakpoint (11 ),
368368 StepIn .line(18 ),
369- StepIn .method(" String.toString" ),
369+ StepIn .method(" String.toString() " ),
370370 StepIn .line(18 ),
371371 StepIn .line(11 ),
372372 StepIn .method(" Predef$.println(Object)" ),
You can’t perform that action at this time.
0 commit comments