Tweak slam.sh to be slightly more configurable regarding the host binary
[sbcl.git] / tests / dynamic-extent.impure.lisp
index ff26c1d..4eebf0f 100644 (file)
                          nil)))
     (assert-notes 0 `(lambda (list)
                        (declare (optimize (space 0)))
-                       (sort list #'<)))
+                       (sort list (lambda (x y) ; shut unrelated notes up
+                                    (< (truly-the fixnum x)
+                                       (truly-the fixnum y))))))
     (assert-notes 0 `(lambda (other)
                        #'(lambda (s c n)
                            (ignore-errors (funcall other s c n)))))))