@@ -172,7 +172,7 @@ trait RunScriptTestDefinitions { _: RunTestDefinitions =>
172
172
val expectedLines =
173
173
if (actualScalaVersion.startsWith(" 2.12." ))
174
174
s """ Exception in thread "main" java.lang.ExceptionInInitializerError
175
- | ${tab}at throws_sc $$ .main(throws.sc:24 )
175
+ | ${tab}at throws_sc $$ .main(throws.sc:23 )
176
176
| ${tab}at throws_sc.main(throws.sc)
177
177
|Caused by: java.lang.Exception: Caught exception during processing
178
178
| ${tab}at throws $$ .<init>(throws.sc:6)
@@ -185,7 +185,7 @@ trait RunScriptTestDefinitions { _: RunTestDefinitions =>
185
185
| $tab... 3 more """ .stripMargin.linesIterator.toVector
186
186
else
187
187
s """ Exception in thread "main" java.lang.ExceptionInInitializerError
188
- | ${tab}at throws_sc $$ .main(throws.sc:24 )
188
+ | ${tab}at throws_sc $$ .main(throws.sc:23 )
189
189
| ${tab}at throws_sc.main(throws.sc)
190
190
|Caused by: java.lang.Exception: Caught exception during processing
191
191
| ${tab}at throws $$ .<clinit>(throws.sc:6)
@@ -244,7 +244,7 @@ trait RunScriptTestDefinitions { _: RunTestDefinitions =>
244
244
val tab = " \t "
245
245
val expectedLines =
246
246
s """ Exception in thread "main" java.lang.ExceptionInInitializerError
247
- | ${tab}at throws_sc $$ .main(throws.sc:26 )
247
+ | ${tab}at throws_sc $$ .main(throws.sc:25 )
248
248
| ${tab}at throws_sc.main(throws.sc)
249
249
|Caused by: java.lang.Exception: Caught exception during processing
250
250
| ${tab}at throws $$ .<clinit>(throws.sc:8)
0 commit comments