aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-07-11 07:36:33 -0400
committerEduardo Julian2018-07-11 07:36:33 -0400
commite7fc42bbc7d0b56384864a6fcd1b1e0bf8cd880b (patch)
tree7308aa31dcbc71a63024bae62e2d314d2cfac63a /stdlib/test/test/lux.lux
parent5efe74b9eba910d5389e20be07b504b1dad69504 (diff)
- Improvements to import syntax [part 1].
Diffstat (limited to '')
-rw-r--r--stdlib/test/test/lux.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/test/lux.lux b/stdlib/test/test/lux.lux
index 4afb041fe..538a70b30 100644
--- a/stdlib/test/test/lux.lux
+++ b/stdlib/test/test/lux.lux
@@ -6,7 +6,7 @@
["r" math/random]
(data [maybe]
[bit]
- [text "text/" Equivalence<Text>]
+ [text ("text/" Equivalence<Text>)]
text/format)
[macro]
(macro ["s" syntax (#+ syntax:)])))