Skip to content

Commit 1978640

Browse files
committed
Disable one more test, that is also disabled in Scala 2.
1 parent 93d888d commit 1978640

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/run/t10594.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// scalajs: --skip
2+
13
class C {
24
var x = 0
35

@@ -120,7 +122,7 @@ class C {
120122
m();m()
121123
// 8272
122124
}
123-
}
125+
}
124126
}
125127

126128
object Test {

0 commit comments

Comments
 (0)