From ea868e0f11196d22304a37d9473ce7c7d60d8f80 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Tue, 5 Sep 2017 20:54:33 -0700
Subject: [PATCH] Revert change.

The failed test causes the pipeline to fail, as expected.
---
 tests/trig.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/trig.lisp b/tests/trig.lisp
index a979ca813..84fc74c1a 100644
--- 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 -27)
+  (assert-eql (scale-float 1d0 -28)
 	      (sin (scale-float 1d0 -28))))
 
 (define-test sin.no-reduction
-- 
GitLab