aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test
diff options
context:
space:
mode:
authorEduardo Julian2018-06-17 00:27:21 -0400
committerEduardo Julian2018-06-17 00:27:21 -0400
commitb6ccfc87c52e1a98ead3b04b45bccc119418a4dc (patch)
treedb13d4605a0a3041de6ef2ef5ddc92b766f1a7f3 /stdlib/test
parentbcd3d9ee8f6797f758a2abea98d5cb6a74cc7df0 (diff)
- Migrated Scheme back-end to stdlib.
Diffstat (limited to 'stdlib/test')
-rw-r--r--stdlib/test/test/lux/lang/synthesis/function.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/test/test/lux/lang/synthesis/function.lux b/stdlib/test/test/lux/lang/synthesis/function.lux
index 38a8dd8a2..c7b16de27 100644
--- a/stdlib/test/test/lux/lang/synthesis/function.lux
+++ b/stdlib/test/test/lux/lang/synthesis/function.lux
@@ -13,8 +13,8 @@
(set ["set" unordered])))
(lang ["///." reference #+ Variable "variable/" Equality<Variable>]
["///." compiler]
- [".L" analysis #+ Analysis]
- ["//" synthesis #+ Arity Synthesis]
+ [".L" analysis #+ Arity Analysis]
+ ["//" synthesis #+ Synthesis]
(synthesis [".S" expression])
[".L" extension])
["r" math/random]