Skip to content

Commit 6622e4c

Browse files
committed
Fix boundary test error line number
1 parent 78ef541 commit 6622e4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/neg-custom-args/captures/boundary.check

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
|--------------------------------------------------------------------------------------------------------------------
1818
|Inline stack trace
1919
|- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
20-
|This location contains code that was inlined from boundary.scala:70
21-
70 | val local = Label[T]()
20+
|This location contains code that was inlined from boundary.scala:73
21+
73 | val local = Label[T]()
2222
| ^^^^^^^^^^
2323
--------------------------------------------------------------------------------------------------------------------
2424
|
@@ -42,8 +42,8 @@
4242
|--------------------------------------------------------------------------------------------------------------------
4343
|Inline stack trace
4444
|- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
45-
|This location contains code that was inlined from boundary.scala:72
46-
72 | catch case ex: Break[T] @unchecked =>
45+
|This location contains code that was inlined from boundary.scala:75
46+
75 | catch case ex: Break[T] @unchecked =>
4747
| ^
4848
--------------------------------------------------------------------------------------------------------------------
4949
|

0 commit comments

Comments
 (0)