aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/concurrency/async.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/control/concurrency/async.lux')
-rw-r--r--stdlib/source/test/lux/control/concurrency/async.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/control/concurrency/async.lux b/stdlib/source/test/lux/control/concurrency/async.lux
index 1e343c32d..2be98d4d2 100644
--- a/stdlib/source/test/lux/control/concurrency/async.lux
+++ b/stdlib/source/test/lux/control/concurrency/async.lux
@@ -25,11 +25,11 @@
[//
["[0]" atom (.only Atom)]]]])
-(def: injection
+(def injection
(Injection /.Async)
/.resolved)
-(def: comparison
+(def comparison
(Comparison /.Async)
(function (_ == left right)
(io.run!
@@ -44,11 +44,11 @@
_
false))))))
-(def: delay
+(def delay
(for @.js (i64.left_shifted 4 1)
(i64.left_shifted 3 1)))
-(def: .public test
+(def .public test
Test
(<| (_.covering /._)
(do [! random.monad]