Skip to content

Commit

Permalink
Revert "Fix scalameta/munit#692"
Browse files Browse the repository at this point in the history
This reverts commit bab371b.
  • Loading branch information
armanbilge committed Sep 15, 2023
1 parent f5729fa commit fc69c82
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ object PlatformCompat {
duration: Duration,
ec: ExecutionContext
): Future[T] = {
val f = startFuture()
scala.scalanative.runtime.loop()
f
startFuture()
}
def setTimeout(ms: Int)(body: => Unit): () => Unit = {
Thread.sleep(ms)
Expand Down

0 comments on commit fc69c82

Please sign in to comment.