aboutsummaryrefslogtreecommitdiff
path: root/lux-r
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lux-r/source/program.lux2
-rw-r--r--lux-r/source/test/program.lux2
-rw-r--r--lux-ruby/source/program.lux2
3 files changed, 3 insertions, 3 deletions
diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux
index 7e7a6ed88..f35d49c00 100644
--- a/lux-r/source/program.lux
+++ b/lux-r/source/program.lux
@@ -1,5 +1,5 @@
(.using
- [lux "*"
+ [lux (.full)
[program (.only program:)]
["[0]" ffi]
["[0]" debug]
diff --git a/lux-r/source/test/program.lux b/lux-r/source/test/program.lux
index 1f9dcda44..88c253bbe 100644
--- a/lux-r/source/test/program.lux
+++ b/lux-r/source/test/program.lux
@@ -1,5 +1,5 @@
(.using
- [lux "*"
+ [lux (.full)
["_" test (.only Test)]
[control
["[0]" io]
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux
index 2eba7ea14..4c3388705 100644
--- a/lux-ruby/source/program.lux
+++ b/lux-ruby/source/program.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux "*"
+ [lux (.full)
[program (.only program:)]
["[0]" debug]
["[0]" ffi (.only import:)]