aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/test')
-rw-r--r--stdlib/test/test/lux/lang/compiler/analysis/procedure/common.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/test/test/lux/lang/compiler/analysis/procedure/common.lux b/stdlib/test/test/lux/lang/compiler/analysis/procedure/common.lux
index fc1a209d9..1651feaf9 100644
--- a/stdlib/test/test/lux/lang/compiler/analysis/procedure/common.lux
+++ b/stdlib/test/test/lux/lang/compiler/analysis/procedure/common.lux
@@ -49,7 +49,7 @@
(check-failure+ "lux is" (list primC antiC) Bool))
(test "Can 'try' risky IO computations."
(check-success+ "lux try"
- (list (` ("lux function" (~' _) (~' _) (~ primC))))
+ (list (` ([(~' _) (~' _)] (~ primC))))
(type (Either Text primT))))
))))
@@ -289,7 +289,7 @@
(test "Can schedule an IO computation to run concurrently at some future time."
(check-success+ "lux process schedule"
(list timeC
- (` ("lux function" (~' _) (~' _) (~ primC))))
+ (` ([(~' _) (~' _)] (~ primC))))
Any))
))))