aboutsummaryrefslogtreecommitdiff
path: root/pending/run/fallback0/fallback0.scala
diff options
context:
space:
mode:
Diffstat (limited to 'pending/run/fallback0/fallback0.scala')
-rw-r--r--pending/run/fallback0/fallback0.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/pending/run/fallback0/fallback0.scala b/pending/run/fallback0/fallback0.scala
index 75b0739..fdb5568 100644
--- a/pending/run/fallback0/fallback0.scala
+++ b/pending/run/fallback0/fallback0.scala
@@ -17,7 +17,6 @@ class TestFallback0Class {
import ExecutionContext.Implicits.global
def m1(x: Int): Future[Int] = future {
- Thread.sleep(1000)
x + 2
}