diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/data-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/data-tests.el b/test/src/data-tests.el index dd6ce196f96..561b7bd9ca6 100644 --- a/test/src/data-tests.el +++ b/test/src/data-tests.el | |||
| @@ -587,4 +587,7 @@ comparing the subr with a much slower lisp implementation." | |||
| 587 | (should (< (1- most-negative-fixnum) most-negative-fixnum)) | 587 | (should (< (1- most-negative-fixnum) most-negative-fixnum)) |
| 588 | (should (fixnump (1- (1+ most-positive-fixnum))))) | 588 | (should (fixnump (1- (1+ most-positive-fixnum))))) |
| 589 | 589 | ||
| 590 | (ert-deftest data-tests-logcount () | ||
| 591 | (should (= (logcount (read "#xffffffffffffffffffffffffffffffff")) 128))) | ||
| 592 | |||
| 590 | ;;; data-tests.el ends here | 593 | ;;; data-tests.el ends here |