diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/test/lux.lux | 2 | ||||
-rw-r--r-- | stdlib/source/test/lux/extension.lux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index 4be2dcf27..34000d362 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -1,7 +1,7 @@ (.with-expansions [<host-modules> (.as-is [runtime (#+)] [primitive (#+)] [structure (#+)] - [function (#+)] + ## [function (#+)] [reference (#+)] ## [case (#+)] ## [loop (#+)] diff --git a/stdlib/source/test/lux/extension.lux b/stdlib/source/test/lux/extension.lux index f73ad63a1..645558d5f 100644 --- a/stdlib/source/test/lux/extension.lux +++ b/stdlib/source/test/lux/extension.lux @@ -41,6 +41,6 @@ (def: #export test Test (<| (_.context (%.name (name-of /._))) - (_.test "Can define and user analysis & synthesis extensions." + (_.test "Can define and use analysis & synthesis extensions." (text@= ("example YOLO") "example YOLO")))) |