Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
ea868e0f
Commit
ea868e0f
authored
Sep 05, 2017
by
Raymond Toy
Browse files
Revert change.
The failed test causes the pipeline to fail, as expected.
parent
c3d967c1
Pipeline
#169
passed with stage
in 10 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/trig.lisp
View file @
ea868e0f
...
...
@@ -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
-2
7
)
(
assert-eql
(
scale-float
1d0
-2
8
)
(
sin
(
scale-float
1d0
-28
))))
(
define-test
sin.no-reduction
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment