aboutsummaryrefslogtreecommitdiff
path: root/lux-r/source/test/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-03 20:02:46 -0400
committerEduardo Julian2022-06-03 20:02:46 -0400
commit3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 (patch)
tree9dde4f6cb8f16829b2fa43fbccffaa1b3e2659bd /lux-r/source/test/program.lux
parent0e34448e5c0ffd9c39d67c2f859e91942e1ab0a4 (diff)
Extensible import syntax [Part 4]
Diffstat (limited to 'lux-r/source/test/program.lux')
-rw-r--r--lux-r/source/test/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-r/source/test/program.lux b/lux-r/source/test/program.lux
index 88c253bbe..0e4f480e4 100644
--- a/lux-r/source/test/program.lux
+++ b/lux-r/source/test/program.lux
@@ -1,5 +1,5 @@
(.using
- [lux (.full)
+ [lux (.except)
["_" test (.only Test)]
[control
["[0]" io]