Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits: c3d967c1 by Raymond Toy at 2017-09-05T20:40:19-07:00 Make test fail to see how pipeline works.
- - - - -
1 changed file:
- tests/trig.lisp
Changes:
===================================== tests/trig.lisp ===================================== --- a/tests/trig.lisp +++ b/tests/trig.lisp @@ -16,7 +16,7 @@ (define-test sin.very-small "Tests sin for the case of |x| < 2^-27, but not 0." (:tag :sin) - (assert-eql (scale-float 1d0 -28) + (assert-eql (scale-float 1d0 -27) (sin (scale-float 1d0 -28))))
(define-test sin.no-reduction
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/c3d967c1ed0b08f7e2f3e0f4f6...
--- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/c3d967c1ed0b08f7e2f3e0f4f6... You're receiving this email because of your account on gitlab.common-lisp.net.