aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/test')
-rw-r--r--stdlib/test/test/lux/control/concurrency/promise.lux4
1 files changed, 0 insertions, 4 deletions
diff --git a/stdlib/test/test/lux/control/concurrency/promise.lux b/stdlib/test/test/lux/control/concurrency/promise.lux
index d666f3b31..0ea05c46a 100644
--- a/stdlib/test/test/lux/control/concurrency/promise.lux
+++ b/stdlib/test/test/lux/control/concurrency/promise.lux
@@ -55,10 +55,6 @@
(|> (&.poll (&.delay 200 #1))
(case> #.None #1 _ #0))))
- (test "Cannot re-resolve a resolved promise."
- (and (not (io.run (&.resolve #0 (&/wrap #1))))
- (io.run (&.resolve #1 (: (&.Promise Bit) (&.promise #.None))))))
-
(wrap (do &.Monad<Promise>
[?none (&.time-out 100 (&.delay 200 #1))
?some (&.time-out 200 (&.delay 100 #1))]