Skip to content

Commit

Permalink
test/mathtest.l : DO NOT ADD COMMENT AFTER #:- line
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 11, 2024
1 parent f7efc2f commit 4aeaa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mathtest.l
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
(assert (eps= 7.68644 (random 10.0) 0.01) "random 10.0 (3)")
(assert (eps= 2.44015 (random 10.0) 0.01) "random 10.0 (4)")
(assert (eps= 7.26136 (random 10.0) 0.01) "random 10.0 (5)"))
#-(and (or :alpha :irix6 :word-size=64) (not (or :s390x :riscv64))) ;; s390x fails on defforeign float
#-(and (or :alpha :irix6 :word-size=64) (not (or :s390x :riscv64)))
(progn
(assert (eps= 3.1918 (random 10.0) 0.01) "random 10.0 (1)")
(assert (eps= 2.74391 (random 10.0) 0.01) "random 10.0 (2)")
Expand Down

0 comments on commit 4aeaa7b

Please sign in to comment.