diff options
author | Eduardo Julian | 2020-11-05 22:54:05 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-11-05 22:54:05 -0400 |
commit | ef78c1f92ab29c4370193591b170535dd9e743f7 (patch) | |
tree | e83fd11eb20b4df26f6f5a20bef38af9d2baac8a /stdlib/source/test/lux/world | |
parent | 11cc4a67001162d689eb827f755424a07b99fccb (diff) |
Improved error reporting for syntax macros.
Diffstat (limited to 'stdlib/source/test/lux/world')
-rw-r--r-- | stdlib/source/test/lux/world/console.lux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/world/console.lux b/stdlib/source/test/lux/world/console.lux index d17559cec..6e1ce67b3 100644 --- a/stdlib/source/test/lux/world/console.lux +++ b/stdlib/source/test/lux/world/console.lux @@ -4,6 +4,7 @@ [abstract [monad (#+ do)]] [control + ["." io] ["." try (#+ Try)] ["." exception (#+ exception:)]]] {1 @@ -40,4 +41,4 @@ Test (<| (_.covering /._) (_.with-cover [/.mock /.Simulation] - ($/.spec (/.mock ..simulation false))))) + ($/.spec (io.io (/.mock ..simulation false)))))) |