diff options
Diffstat (limited to 'stdlib/source/test/lux/meta/macro/context.lux')
-rw-r--r-- | stdlib/source/test/lux/meta/macro/context.lux | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/stdlib/source/test/lux/meta/macro/context.lux b/stdlib/source/test/lux/meta/macro/context.lux deleted file mode 100644 index 18fdd1d9e..000000000 --- a/stdlib/source/test/lux/meta/macro/context.lux +++ /dev/null @@ -1,13 +0,0 @@ -(.require - [library - [lux (.except) - [test - ["_" property (.only Test)]]]] - [\\library - ["[0]" /]]) - -(def .public test - Test - (<| (_.covering /._) - (_.test "TBD" false) - )) |