aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2023-01-08 02:13:36 -0400
committerEduardo Julian2023-01-08 02:13:36 -0400
commit617069b3986e9271d6e73191b899aa914e430dd6 (patch)
tree7a4255a4eb1460a58b64161a8200486a756265bc /stdlib/source/test/lux.lux
parentae2d5697d93a45dcbff768c32c4dc8fb291096cd (diff)
Moved compiler target machinery under meta/compiler.
Diffstat (limited to 'stdlib/source/test/lux.lux')
-rw-r--r--stdlib/source/test/lux.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index be6350aa8..7fe85af8e 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -29,7 +29,6 @@
["f" frac]
["[0]" i64]]]
["[0]" meta (.use "[1]#[0]" monad)
- ["@" target]
["[0]" static]
["[0]" location (.use "[1]#[0]" equivalence)]
["[0]" code (.use "[1]#[0]" equivalence)
@@ -37,7 +36,9 @@
["[0]" macro (.only)
[syntax (.only syntax)]
["^" pattern]
- ["[0]" template]]]
+ ["[0]" template]]
+ [compiler
+ ["@" target]]]
[test
["_" property (.only Test)]]]]
... TODO: Must have 100% coverage on tests.