aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/test.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/test.lux')
-rw-r--r--stdlib/source/test/lux/test.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/test.lux b/stdlib/source/test/lux/test.lux
index 543eb94cd..574feb176 100644
--- a/stdlib/source/test/lux/test.lux
+++ b/stdlib/source/test/lux/test.lux
@@ -163,7 +163,7 @@
ran_all_tests!))))))
))
-(def: #export dummy_target
+(def: .public dummy_target
"YOLO")
(def: coverage
@@ -215,7 +215,7 @@
(set.member? (get@ #/.actual_coverage covering) (name_of ..dummy_target))))))))
))
-(def: #export test
+(def: .public test
/.Test
(<| (/.covering /._)
(/.for [/.Test])