diff --git a/ansi-tests/random-int-form.lsp b/ansi-tests/random-int-form.lsp index a0490a943f7c75033d0897014d3f68c3f3b9de87..5d9077717ec09c0ce813ec7060c79cf10f2daf42 100644 --- a/ansi-tests/random-int-form.lsp +++ b/ansi-tests/random-int-form.lsp @@ -208,7 +208,7 @@ (defun make-random-optimize-settings () (loop for settings = (list* (list 'speed (random 4)) - #+sbcl '(sb-c:insert-step-conditions 0) + ; #+sbcl '(sb-c:insert-step-conditions 0) (loop for s in '(space safety debug compilation-speed) for n = (random 4) collect (list s n)))