diff options
Diffstat (limited to 'lux-r/source')
-rw-r--r-- | lux-r/source/program.lux | 2 | ||||
-rw-r--r-- | lux-r/source/test/program.lux | 2 |
2 files changed, 2 insertions, 2 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] |