summaryrefslogtreecommitdiff
path: root/module/language/tree-il/spec.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/language/tree-il/spec.scm')
-rw-r--r--module/language/tree-il/spec.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/language/tree-il/spec.scm b/module/language/tree-il/spec.scm
index a574eb237..a1018cbf5 100644
--- a/module/language/tree-il/spec.scm
+++ b/module/language/tree-il/spec.scm
@@ -44,7 +44,7 @@
#:printer write-tree-il
#:parser parse-tree-il
#:joiner join
- #:compilers `((glil . ,compile-glil)
- (cps . ,compile-cps))
+ #:compilers `((cps . ,compile-cps)
+ (glil . ,compile-glil))
#:for-humans? #f
)