Skip to content

Commit c9a06d6

Browse files
committedApr 5, 2019
Reinstate test that now passes
1 parent 437d600 commit c9a06d6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎src/test/scala/scala/async/run/futures/FutureSpec.scala

+1-5
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,7 @@ class FutureSpec {
8686
}
8787
Await.ready(waiting, 2000 millis)
8888

89-
// commented out like https://github.com/scala/scala/blob/23e8f087e143b118cfac6ed7e83b0a865c798ccc/test/files/jvm/future-spec/FutureTests.scala#L79
90-
// (https://github.com/scala/scala/commit/5cd3442419ba8fcbf6798740d00d4cdbd0f47c0c)
91-
// doesn't pass in 2.13.0-M5 in particular
92-
// ms.size mustBe (4)
93-
//FIXME should check
89+
ms.size mustBe (4)
9490
}
9591

9692
import ExecutionContext.Implicits._

0 commit comments

Comments
 (0)
Please sign in to comment.