Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • tests/float.lisp
    ... ... @@ -343,8 +343,6 @@
    343 343
         (assert-true (typep new-mode 'x86::float-modes))
    
    344 344
         (assert-equal new-mode (setf (x86::x87-floating-point-modes) new-mode))))
    
    345 345
     
    
    346
    -
    
    347
    -
    
    348 346
     ;; Issue #458
    
    349 347
     (define-test dd-mult-overflow
    
    350 348
       (:tag :issues)