aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/test
diff options
context:
space:
mode:
authorEduardo Julian2022-08-30 13:33:55 -0400
committerEduardo Julian2022-08-30 13:33:55 -0400
commitb135e487e8f705a5fea7b9ef785310572642063a (patch)
tree769e473f7543f966499b3b8db4dbe681d74d0f48 /stdlib/source/library/lux/test
parentc9940d292035e3de89ea6e49628136e79436d409 (diff)
Added support for predicate-based polymorphism.
Diffstat (limited to 'stdlib/source/library/lux/test')
-rw-r--r--stdlib/source/library/lux/test/coverage.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/test/coverage.lux b/stdlib/source/library/lux/test/coverage.lux
index efc2644a6..86b1314cc 100644
--- a/stdlib/source/library/lux/test/coverage.lux
+++ b/stdlib/source/library/lux/test/coverage.lux
@@ -25,7 +25,7 @@
(` (is Symbol
[(, (code.text (symbol.module symbol)))
(, (code.text (symbol.short symbol)))]))))]
- (syntax (_ [name <code>.symbol])
+ (syntax (_ [name <code>.global])
(do meta.monad
[_ (meta.export name)]
(in (list (symbol name)))))))