[Git][cmucl/cmucl][rtoy-gitlab-ci] Make test fail to see how pipeline works.
Raymond Toy
rtoy at common-lisp.net
Wed Sep 6 03:40:44 UTC 2017
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/c3d967c1ed0b08f7e2f3e0f4f6a53efd4c68970a
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/c3d967c1ed0b08f7e2f3e0f4f6a53efd4c68970a
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20170906/10864f48/attachment.html>
More information about the cmucl-cvs
mailing list