aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/target/python.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-07-08 17:18:30 -0400
committerEduardo Julian2022-07-08 17:18:30 -0400
commit39325bb36c6f6459c861ef12f9e99b9e66b52594 (patch)
tree3ad692ab01ecd355c3e9a657edef209c7617d16c /stdlib/source/test/lux/meta/target/python.lux
parentcf3ffce3165dcbf741a5f2d6daa1146ad50fd95c (diff)
Moved "lux/static" to "lux/meta/static".
Diffstat (limited to 'stdlib/source/test/lux/meta/target/python.lux')
-rw-r--r--stdlib/source/test/lux/meta/target/python.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/meta/target/python.lux b/stdlib/source/test/lux/meta/target/python.lux
index ac1d84974..8c553dc2d 100644
--- a/stdlib/source/test/lux/meta/target/python.lux
+++ b/stdlib/source/test/lux/meta/target/python.lux
@@ -3,7 +3,6 @@
[lux (.except)
["_" test (.only Test)]
["[0]" ffi]
- ["[0]" static]
[abstract
[monad (.only do)]
["[0]" predicate]
@@ -28,6 +27,7 @@
["f" frac]
["[0]" i64]]]
[meta
+ ["[0]" static]
["[0]" code]]]]
[\\library
["[0]" / (.use "[1]#[0]" equivalence)]])