diff options
Diffstat (limited to 'test/src/data-tests.el')
| -rw-r--r-- | test/src/data-tests.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/src/data-tests.el b/test/src/data-tests.el index 85cbab26106..688c32d6eeb 100644 --- a/test/src/data-tests.el +++ b/test/src/data-tests.el | |||
| @@ -551,7 +551,10 @@ comparing the subr with a much slower lisp implementation." | |||
| 551 | (should (= b0 b0)) | 551 | (should (= b0 b0)) |
| 552 | 552 | ||
| 553 | (should (/= b0 f-1)) | 553 | (should (/= b0 f-1)) |
| 554 | (should (/= b0 b-1)))) | 554 | (should (/= b0 b-1)) |
| 555 | |||
| 556 | (should (/= b0 0.0e+NaN)) | ||
| 557 | (should (/= b-1 0.0e+NaN)))) | ||
| 555 | 558 | ||
| 556 | (ert-deftest data-tests-+ () | 559 | (ert-deftest data-tests-+ () |
| 557 | (should-not (fixnump (+ most-positive-fixnum most-positive-fixnum))) | 560 | (should-not (fixnump (+ most-positive-fixnum most-positive-fixnum))) |