Skip to content

Commit c3692e3

Browse files
committed
Disable test temporarily
... awaiting a fix for #6097.
1 parent 6d8cf3f commit c3692e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/run/creator-applys.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ object Test5 {
144144
val x2 = Test4.B[String]()
145145
assert(x2.run == "B")
146146

147-
val x3: Test4.B[String] = Test4.B()
148-
assert(x3.run == "B")
147+
//val x3: Test4.B[String] = Test4.B() // TODO: enable once #6097 is merged
148+
//assert(x3.run == "B")
149149

150150
val x5 = Test4.C[String]("a", 1)
151151
assert(x5.run == "C a 1")

0 commit comments

Comments
 (0)