Skip to content

Commit 04abdf0

Browse files
author
Lucy Martin
committed
Path separator to linux style.
1 parent 53d4182 commit 04abdf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/neg/i20105.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
-- [E199] Syntax Warning: tests\neg\i20105.scala:6:9 -------------------------------------------------------------------
1+
-- [E199] Syntax Warning: tests/neg/i20105.scala:6:9 -------------------------------------------------------------------
22
6 | foo()
33
| ^^^^^
44
| The tail recursive def foo contains a recursive call inside the non-inlined inner def bar
55
|
66
| longer explanation available when compiling with `-explain`
7-
-- [E097] Syntax Error: tests\neg\i20105.scala:3:4 ---------------------------------------------------------------------
7+
-- [E097] Syntax Error: tests/neg/i20105.scala:3:4 ---------------------------------------------------------------------
88
3 |def foo(): Unit = // error
99
| ^
1010
| TailRec optimisation not applicable, method foo contains no recursive calls

tests/warn/i20105.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- [E199] Syntax Warning: tests\warn\i20105.scala:6:9 ------------------------------------------------------------------
1+
-- [E199] Syntax Warning: tests/warn/i20105.scala:6:9 ------------------------------------------------------------------
22
6 | foo() // warn
33
| ^^^^^
44
| The tail recursive def foo contains a recursive call inside the non-inlined inner def bar

0 commit comments

Comments
 (0)