Skip to content

Commit 0693667

Browse files
committed
WIP disable failing test to check if CI still fails
MUST BE REVERTED
1 parent 33919f2 commit 0693667

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

tests/run/tasty-positioned.check

-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
4530 columns:13-17 lines:11-11
44
acbvasdfa columns:13-36 lines:12-12
55
acbvasdfa columns:13-24 lines:13-13
6-
a
7-
b columns:6-25 lines:15-16
86
Foo columns:12-19 lines:17-17

tests/run/tasty-positioned/quoted_2.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ object Test {
1212
printPos(4530)
1313
printPos(Positioned("acbvasdfa"))
1414
printPos("acbvasdfa")
15-
printPos(
16-
"""a
17-
|b""".stripMargin)
15+
// printPos( // FIXME
16+
// """a
17+
// |b""".stripMargin)
1818
printPos(new Foo)
1919
}
2020
class Foo {

0 commit comments

Comments
 (0)