diff options
author | Eduardo Julian | 2022-07-08 17:18:30 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-07-08 17:18:30 -0400 |
commit | 39325bb36c6f6459c861ef12f9e99b9e66b52594 (patch) | |
tree | 3ad692ab01ecd355c3e9a657edef209c7617d16c /stdlib/source/test/lux/meta/version.lux | |
parent | cf3ffce3165dcbf741a5f2d6daa1146ad50fd95c (diff) |
Moved "lux/static" to "lux/meta/static".
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/test/lux/meta/version.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/meta/version.lux b/stdlib/source/test/lux/meta/version.lux index eebef8c0b..1df94e003 100644 --- a/stdlib/source/test/lux/meta/version.lux +++ b/stdlib/source/test/lux/meta/version.lux @@ -2,7 +2,6 @@ [library [lux (.except) ["_" test (.only Test)] - ["[0]" static] [abstract [monad (.only do)]] [control @@ -15,6 +14,7 @@ [number ["n" nat]]] ["[0]" meta (.only) + ["[0]" static] ["[0]" code (.only) ["<[1]>" \\parser]] ["[0]" macro (.only) |