diff --git a/ansi-tests/gclload.lsp b/ansi-tests/gclload.lsp index 743c435b2b0f79303db39fe4383236fb6590758b..c9ee73d2624a7f199ecf0f913723bc3e808ea337 100644 --- a/ansi-tests/gclload.lsp +++ b/ansi-tests/gclload.lsp @@ -4,7 +4,7 @@ ;;; with arbitrary legal garbage. ;; (pushnew :ansi-tests-strict-initial-element *features*) -#+:(and clisp win32) ; w2k exits on (disassemble 'car) +#+(and clisp win32) ; w2k exits on (disassemble 'car) (without-package-lock ("SYS") (defun sys::disassemble-machine-code (a b c) (format t "~&<~S ~S ~S>~%" a b c)))