Skip to content
Snippets Groups Projects
Commit 3d86d143 authored by pfdietz's avatar pfdietz
Browse files

Fixed typo (SPED ==> SPEED)

parent 2378c0d8
No related branches found
No related tags found
No related merge requests found
...@@ -10729,7 +10729,7 @@ Broken at C::WT-MAKE-CLOSURE. ...@@ -10729,7 +10729,7 @@ Broken at C::WT-MAKE-CLOSURE.
(deftest misc.597 (deftest misc.597
(funcall (compile nil '(lambda (c) (funcall (compile nil '(lambda (c)
(declare (optimize (sped 1) (compilation-speed 2) (declare (optimize (speed 1) (compilation-speed 2)
(space 1) (debug 1) (safety 2))) (space 1) (debug 1) (safety 2)))
(declare (type (integer 1 41) c)) (declare (type (integer 1 41) c))
(logxor -1 c))) (logxor -1 c)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment