aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/test')
-rw-r--r--stdlib/test/test/lux/lang/synthesis/function.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/test/test/lux/lang/synthesis/function.lux b/stdlib/test/test/lux/lang/synthesis/function.lux
index 65a4825e3..38a8dd8a2 100644
--- a/stdlib/test/test/lux/lang/synthesis/function.lux
+++ b/stdlib/test/test/lux/lang/synthesis/function.lux
@@ -99,7 +99,8 @@
(|> chosen (n/+ (dec arity)) #///reference.Local)])))))
(context: "Function definition."
- (<| (times +100)
+ (<| (seed +13007429814532219492)
+ ## (times +100)
(do @
[[arity//constant function//constant prediction//constant] constant-function
[arity//environment function//environment prediction//environment] function-with-environment