aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/configuration.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/meta/configuration.lux')
-rw-r--r--stdlib/source/test/lux/meta/configuration.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/meta/configuration.lux b/stdlib/source/test/lux/meta/configuration.lux
index e1a546d82..141d7ed96 100644
--- a/stdlib/source/test/lux/meta/configuration.lux
+++ b/stdlib/source/test/lux/meta/configuration.lux
@@ -2,7 +2,6 @@
[library
[lux (.except)
["_" test (.only Test)]
- ["[0]" meta]
[abstract
[monad (.only do)]
[\\specification
@@ -18,11 +17,12 @@
[collection
["[0]" list]]]
["[0]" macro (.only)
- [syntax (.only syntax)]
- ["[0]" code (.only)
- ["<[1]>" \\parser]]]
+ [syntax (.only syntax)]]
[math
- ["[0]" random (.only Random) (.use "[1]#[0]" monad)]]]]
+ ["[0]" random (.only Random) (.use "[1]#[0]" monad)]]
+ ["[0]" meta (.only)
+ ["[0]" code (.only)
+ ["<[1]>" \\parser]]]]]
[\\library
["[0]" /]])