X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-introspect%2Ftest.lisp;h=064e26265f2ace83fd041d6a14b9210a7a629105;hb=fd79e33e6b6dacdc52cf6668a5bb7adf75aad6c1;hp=1b66b2bec513a94c1666a4ff2232fce2aacedf60;hpb=31f072311935e32751508ecf824905c6b58a1d95;p=sbcl.git diff --git a/contrib/sb-introspect/test.lisp b/contrib/sb-introspect/test.lisp index 1b66b2b..064e262 100644 --- a/contrib/sb-introspect/test.lisp +++ b/contrib/sb-introspect/test.lisp @@ -1,4 +1,10 @@ -;; Do not alter this file unless you edit test-driver.lisp to match + +;;; +;;; The order of the forms must not change, as the order is checked in +;;; `test-driver.lisp'. Thus do not alter this file unless you edit +;;; test-driver.lisp to match. +;;; + (declaim (optimize (debug 3))) (in-package :cl-user) @@ -64,4 +70,3 @@ (define-setf-expander s (a b) (format t "~a ~a~%" a b)) -