Skip to content

Commit 6d7c825

Browse files
committed
fix check file
1 parent 3bfa7d0 commit 6d7c825

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/neg/singleton-ops-any.check

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
-- [E007] Type Mismatch Error: tests\neg\singleton-ops-any.scala:6:23 --------------------------------------------------
1+
-- [E007] Type Mismatch Error: tests/neg/singleton-ops-any.scala:6:23 --------------------------------------------------
22
6 | val t34: 10 == "5" = true // error
33
| ^^^^
44
| Found: (true : Boolean)
55
| Required: (false : Boolean)
66

77
longer explanation available when compiling with `-explain`
8-
-- [E007] Type Mismatch Error: tests\neg\singleton-ops-any.scala:7:22 --------------------------------------------------
8+
-- [E007] Type Mismatch Error: tests/neg/singleton-ops-any.scala:7:22 --------------------------------------------------
99
7 | val t35: 10 == 10 = false // error
1010
| ^^^^^
1111
| Found: (false : Boolean)
1212
| Required: (true : Boolean)
1313

1414
longer explanation available when compiling with `-explain`
15-
-- [E007] Type Mismatch Error: tests\neg\singleton-ops-any.scala:12:24 -------------------------------------------------
15+
-- [E007] Type Mismatch Error: tests/neg/singleton-ops-any.scala:12:24 -------------------------------------------------
1616
12 | val t38: false != 5 = false // error
1717
| ^^^^^
1818
| Found: (false : Boolean)
1919
| Required: (true : Boolean)
2020

2121
longer explanation available when compiling with `-explain`
22-
-- [E007] Type Mismatch Error: tests\neg\singleton-ops-any.scala:13:22 -------------------------------------------------
22+
-- [E007] Type Mismatch Error: tests/neg/singleton-ops-any.scala:13:22 -------------------------------------------------
2323
13 | val t39: 10 != 10 = true // error
2424
| ^^^^
2525
| Found: (true : Boolean)
2626
| Required: (false : Boolean)
2727

2828
longer explanation available when compiling with `-explain`
29-
-- [E007] Type Mismatch Error: tests\neg\singleton-ops-any.scala:18:27 -------------------------------------------------
29+
-- [E007] Type Mismatch Error: tests/neg/singleton-ops-any.scala:18:27 -------------------------------------------------
3030
18 | val t04: ToString[Int] = "Int" // error
3131
| ^^^^^
3232
| Found: ("Int" : String)
3333
| Required: compiletime.ops.any.ToString[Int]
3434

3535
longer explanation available when compiling with `-explain`
36-
-- [E007] Type Mismatch Error: tests\neg\singleton-ops-any.scala:32:26 -------------------------------------------------
36+
-- [E007] Type Mismatch Error: tests/neg/singleton-ops-any.scala:32:26 -------------------------------------------------
3737
32 | val t48: IsConst[Any] = true // error
3838
| ^^^^
3939
| Found: (true : Boolean)

0 commit comments

Comments
 (0)