aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test')
-rw-r--r--stdlib/source/test/aedifex/cache.lux2
-rw-r--r--stdlib/source/test/aedifex/dependency/resolution.lux2
-rw-r--r--stdlib/source/test/lux.lux4
-rw-r--r--stdlib/source/test/lux/control.lux2
-rw-r--r--stdlib/source/test/lux/control/parser/code.lux2
-rw-r--r--stdlib/source/test/lux/data/format/xml.lux2
-rw-r--r--stdlib/source/test/lux/data/text.lux2
-rw-r--r--stdlib/source/test/lux/target.lux2
-rw-r--r--stdlib/source/test/lux/target/jvm.lux2
-rw-r--r--stdlib/source/test/lux/tool/compiler/language/lux/phase/extension/analysis/lux.lux2
-rw-r--r--stdlib/source/test/lux/tool/compiler/language/lux/phase/synthesis/loop.lux2
-rw-r--r--stdlib/source/test/lux/tool/compiler/language/lux/phase/synthesis/primitive.lux2
-rw-r--r--stdlib/source/test/lux/type.lux2
-rw-r--r--stdlib/source/test/lux/type/check.lux2
-rw-r--r--stdlib/source/test/lux/type/poly/equivalence.lux2
-rw-r--r--stdlib/source/test/lux/type/poly/json.lux2
-rw-r--r--stdlib/source/test/lux/world/net/http/status.lux2
17 files changed, 18 insertions, 18 deletions
diff --git a/stdlib/source/test/aedifex/cache.lux b/stdlib/source/test/aedifex/cache.lux
index 8b2843709..ab035f0e8 100644
--- a/stdlib/source/test/aedifex/cache.lux
+++ b/stdlib/source/test/aedifex/cache.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" Type type}
+ [lux (.except Type type)
["_" test (.only Test)]
[abstract
["[0]" monad (.only do)]]
diff --git a/stdlib/source/test/aedifex/dependency/resolution.lux b/stdlib/source/test/aedifex/dependency/resolution.lux
index 2455043f4..e5bd1af47 100644
--- a/stdlib/source/test/aedifex/dependency/resolution.lux
+++ b/stdlib/source/test/aedifex/dependency/resolution.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" all}
+ [lux (.except all)
["_" test (.only Test)]
[abstract
[monad (.only do)]
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index a4416f38d..810ddb9f2 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -483,9 +483,9 @@
("lux def module" [[<module/0> <alias>]])
[(<referral> <module/0> (.only <definition>))]]
- [(.using [<alias> <module/0>' {"-" <definition>}])
+ [(.using [<alias> <module/0>' (.except <definition>)])
("lux def module" [[<module/0> <alias>]])
- [(<referral> <module/0> {"-" <definition>})]]
+ [(<referral> <module/0> (.except <definition>))]]
[(.using [<alias> <module/0>' "_"])
("lux def module" [])
diff --git a/stdlib/source/test/lux/control.lux b/stdlib/source/test/lux/control.lux
index 3761a6e11..4fe6486f0 100644
--- a/stdlib/source/test/lux/control.lux
+++ b/stdlib/source/test/lux/control.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" function}
+ [lux (.except function)
["_" test (.only Test)]]]
["[0]" / "_"
["[1][0]" concatenative]
diff --git a/stdlib/source/test/lux/control/parser/code.lux b/stdlib/source/test/lux/control/parser/code.lux
index 10202231e..81a90c5b0 100644
--- a/stdlib/source/test/lux/control/parser/code.lux
+++ b/stdlib/source/test/lux/control/parser/code.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" local global}
+ [lux (.except local global)
["_" test (.only Test)]
[abstract
[monad (.only do)]]
diff --git a/stdlib/source/test/lux/data/format/xml.lux b/stdlib/source/test/lux/data/format/xml.lux
index 20b4593dc..89c68a67a 100644
--- a/stdlib/source/test/lux/data/format/xml.lux
+++ b/stdlib/source/test/lux/data/format/xml.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" char symbol}
+ [lux (.except char symbol)
["_" test (.only Test)]
[abstract
[monad (.only Monad do)]
diff --git a/stdlib/source/test/lux/data/text.lux b/stdlib/source/test/lux/data/text.lux
index 80b4788ae..8c2de7623 100644
--- a/stdlib/source/test/lux/data/text.lux
+++ b/stdlib/source/test/lux/data/text.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" char}
+ [lux (.except char)
["_" test (.only Test)]
[abstract
[monad (.only do)]
diff --git a/stdlib/source/test/lux/target.lux b/stdlib/source/test/lux/target.lux
index 76a8dd403..538499f33 100644
--- a/stdlib/source/test/lux/target.lux
+++ b/stdlib/source/test/lux/target.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" all}
+ [lux (.except all)
["_" test (.only Test)]
[data
["[0]" text]
diff --git a/stdlib/source/test/lux/target/jvm.lux b/stdlib/source/test/lux/target/jvm.lux
index ca4bedee2..c970bbab0 100644
--- a/stdlib/source/test/lux/target/jvm.lux
+++ b/stdlib/source/test/lux/target/jvm.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" Type Primitive Label type int}
+ [lux (.except Type Primitive Label type int)
["[0]" ffi (.only import:)]
["@" target]
[abstract
diff --git a/stdlib/source/test/lux/tool/compiler/language/lux/phase/extension/analysis/lux.lux b/stdlib/source/test/lux/tool/compiler/language/lux/phase/extension/analysis/lux.lux
index 5d4dc57f2..776c5ad60 100644
--- a/stdlib/source/test/lux/tool/compiler/language/lux/phase/extension/analysis/lux.lux
+++ b/stdlib/source/test/lux/tool/compiler/language/lux/phase/extension/analysis/lux.lux
@@ -1,5 +1,5 @@
(.using
- [lux {"-" i64 int primitive}
+ [lux (.except i64 int primitive)
[abstract
["[0]" monad (.only do)]]
[data
diff --git a/stdlib/source/test/lux/tool/compiler/language/lux/phase/synthesis/loop.lux b/stdlib/source/test/lux/tool/compiler/language/lux/phase/synthesis/loop.lux
index 22581ad24..4d0ae78d3 100644
--- a/stdlib/source/test/lux/tool/compiler/language/lux/phase/synthesis/loop.lux
+++ b/stdlib/source/test/lux/tool/compiler/language/lux/phase/synthesis/loop.lux
@@ -1,5 +1,5 @@
(.using
- [lux {"-" structure loop function}
+ [lux (.except structure loop function)
["_" test (.only Test)]
[abstract
[monad (.only do)]]
diff --git a/stdlib/source/test/lux/tool/compiler/language/lux/phase/synthesis/primitive.lux b/stdlib/source/test/lux/tool/compiler/language/lux/phase/synthesis/primitive.lux
index 4987fd68e..7bcf38399 100644
--- a/stdlib/source/test/lux/tool/compiler/language/lux/phase/synthesis/primitive.lux
+++ b/stdlib/source/test/lux/tool/compiler/language/lux/phase/synthesis/primitive.lux
@@ -1,5 +1,5 @@
(.using
- [lux {"-" primitive}
+ [lux (.except primitive)
[abstract ["[0]" monad (.only do)]]
[control
["[0]" pipe]
diff --git a/stdlib/source/test/lux/type.lux b/stdlib/source/test/lux/type.lux
index 3a378cdde..e10ea267f 100644
--- a/stdlib/source/test/lux/type.lux
+++ b/stdlib/source/test/lux/type.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" symbol}
+ [lux (.except symbol)
["_" test (.only Test)]
[abstract
["[0]" monad (.only do)]
diff --git a/stdlib/source/test/lux/type/check.lux b/stdlib/source/test/lux/type/check.lux
index 5dd6377ad..27c63dc0b 100644
--- a/stdlib/source/test/lux/type/check.lux
+++ b/stdlib/source/test/lux/type/check.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" type symbol}
+ [lux (.except type symbol)
["_" test (.only Test)]
["[0]" type ("[1]#[0]" equivalence)]
[abstract
diff --git a/stdlib/source/test/lux/type/poly/equivalence.lux b/stdlib/source/test/lux/type/poly/equivalence.lux
index 64b4c0e3c..6be8c7ec6 100644
--- a/stdlib/source/test/lux/type/poly/equivalence.lux
+++ b/stdlib/source/test/lux/type/poly/equivalence.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" Variant Record}
+ [lux (.except Variant Record)
["_" test (.only Test)]
["@" target]
[abstract
diff --git a/stdlib/source/test/lux/type/poly/json.lux b/stdlib/source/test/lux/type/poly/json.lux
index d3e9459fe..a97a7aa0e 100644
--- a/stdlib/source/test/lux/type/poly/json.lux
+++ b/stdlib/source/test/lux/type/poly/json.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" Variant Record}
+ [lux (.except Variant Record)
["_" test (.only Test)]
["@" target]
["[0]" debug]
diff --git a/stdlib/source/test/lux/world/net/http/status.lux b/stdlib/source/test/lux/world/net/http/status.lux
index 5ef42f25d..4e7c3cef2 100644
--- a/stdlib/source/test/lux/world/net/http/status.lux
+++ b/stdlib/source/test/lux/world/net/http/status.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" all}
+ [lux (.except all)
["_" test (.only Test)]
[data
[collection