aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux/language/compiler/analysis/procedure/host.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/test/test/lux/language/compiler/analysis/procedure/host.jvm.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/test/test/lux/language/compiler/analysis/procedure/host.jvm.lux b/stdlib/test/test/lux/language/compiler/analysis/procedure/host.jvm.lux
index 72a1f0337..d33af651d 100644
--- a/stdlib/test/test/lux/language/compiler/analysis/procedure/host.jvm.lux
+++ b/stdlib/test/test/lux/language/compiler/analysis/procedure/host.jvm.lux
@@ -7,10 +7,10 @@
(data ["e" error]
[product]
[maybe]
- [text "text/" Equivalence<Text>]
+ [text ("text/" Equivalence<Text>)]
text/format
(collection [array]
- [list "list/" Fold<List>]
+ [list ("list/" Fold<List>)]
["dict" dictionary]))
["r" math/random "r/" Monad<Random>]
[macro (#+ Monad<Meta>)]