aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/concurrency/async.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/control/concurrency/async.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/control/concurrency/async.lux b/stdlib/source/test/lux/control/concurrency/async.lux
index 5a92f595a..8b7bafff8 100644
--- a/stdlib/source/test/lux/control/concurrency/async.lux
+++ b/stdlib/source/test/lux/control/concurrency/async.lux
@@ -47,8 +47,8 @@
(def: delay
(for {@.js
- (i64.left_shift 4 1)}
- (i64.left_shift 3 1)))
+ (i64.left_shifted 4 1)}
+ (i64.left_shifted 3 1)))
(def: #export test
Test