aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/lux/world/program.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/specification/lux/world/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/specification/lux/world/program.lux b/stdlib/source/specification/lux/world/program.lux
index 091f41c2c..db3ffc36f 100644
--- a/stdlib/source/specification/lux/world/program.lux
+++ b/stdlib/source/specification/lux/world/program.lux
@@ -18,7 +18,7 @@
[\\library
["." /]])
-(def: #export (spec subject)
+(def: .public (spec subject)
(-> (/.Program Async) Test)
(do random.monad
[exit random.int]