summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/txr/stdlib/compiler.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/compiler.tl b/share/txr/stdlib/compiler.tl
index 6d50296d..53508c32 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -214,7 +214,7 @@
(defvarl %test-funs% (append %test-funs-pos% %test-funs-neg%))
-(defvarl %test-inv% (relate %test-funs-pos% %test-funs-neg%))
+(defvarl %test-inv% (relate %test-funs-neg% %test-funs-pos%))
(defvarl %block-using-funs% '(sys:capture-cont return* sys:abscond* match-fun
eval load compile compile-file compile-toplevel))