1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00

Revert "Update some native comp tests"

This reverts commit 4a0d430bdc.

AFAICT that commit was made to accomodate regressions introduced
in the new `cl-preloaded.el` code and these have been fixed.
This commit is contained in:
Stefan Monnier 2024-03-04 11:19:08 -05:00
parent 5b49a38d1b
commit 94632c611e
2 changed files with 3 additions and 3 deletions

View file

@ -196,7 +196,7 @@ The arg is an alist of: type specifier -> expected type specifier."
;; 74
((and boolean (or number marker)) . nil)
;; 75
((and atom (or number marker)) . (or integer-or-marker number-or-marker))
((and atom (or number marker)) . number-or-marker)
;; 76
((and symbol (or number marker)) . nil)
;; 77