diff options
Diffstat (limited to 'stdlib/source/test/aedifex/artifact/snapshot')
5 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/test/aedifex/artifact/snapshot/build.lux b/stdlib/source/test/aedifex/artifact/snapshot/build.lux index 8a722c72a..a9435d710 100644 --- a/stdlib/source/test/aedifex/artifact/snapshot/build.lux +++ b/stdlib/source/test/aedifex/artifact/snapshot/build.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) ["_" test (.only Test)] [abstract [monad (.only do)] diff --git a/stdlib/source/test/aedifex/artifact/snapshot/stamp.lux b/stdlib/source/test/aedifex/artifact/snapshot/stamp.lux index 54aa5d8af..92034c73f 100644 --- a/stdlib/source/test/aedifex/artifact/snapshot/stamp.lux +++ b/stdlib/source/test/aedifex/artifact/snapshot/stamp.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) ["_" test (.only Test)] [abstract [monad (.only do)] diff --git a/stdlib/source/test/aedifex/artifact/snapshot/time.lux b/stdlib/source/test/aedifex/artifact/snapshot/time.lux index 1e40d43d7..e56495624 100644 --- a/stdlib/source/test/aedifex/artifact/snapshot/time.lux +++ b/stdlib/source/test/aedifex/artifact/snapshot/time.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) ["_" test (.only Test)] [abstract [monad (.only do)] diff --git a/stdlib/source/test/aedifex/artifact/snapshot/version.lux b/stdlib/source/test/aedifex/artifact/snapshot/version.lux index 951e78380..59860fec4 100644 --- a/stdlib/source/test/aedifex/artifact/snapshot/version.lux +++ b/stdlib/source/test/aedifex/artifact/snapshot/version.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) ["_" test (.only Test)] [abstract [monad (.only do)] diff --git a/stdlib/source/test/aedifex/artifact/snapshot/version/value.lux b/stdlib/source/test/aedifex/artifact/snapshot/version/value.lux index 511abf693..e157ff361 100644 --- a/stdlib/source/test/aedifex/artifact/snapshot/version/value.lux +++ b/stdlib/source/test/aedifex/artifact/snapshot/version/value.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) ["_" test (.only Test)] [abstract [monad (.only do)] |