[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat cce243609e 60/77: compat-tests.el: Reenable test
From: |
ELPA Syncer |
Subject: |
[elpa] externals/compat cce243609e 60/77: compat-tests.el: Reenable test |
Date: |
Mon, 24 Jun 2024 12:59:02 -0400 (EDT) |
branch: externals/compat
commit cce243609e04610d4d385ebde68b168e50cbf4f2
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
compat-tests.el: Reenable test
---
compat-tests.el | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/compat-tests.el b/compat-tests.el
index 6270f8c227..bac29aeb4b 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -958,10 +958,8 @@
(should-equal '(1 2 3) (take 3 '(1 2 3 4))))
(ert-deftest compat-drop ()
- (static-if (< emacs-major-version 30) ;; TODO reenable if available on CI
- (progn
- (should-not (drop 5 nil))
- (should-equal '(3 4 5) (drop 2 '(1 2 3 4 5))))))
+ (should-not (drop 5 nil))
+ (should-equal '(3 4 5) (drop 2 '(1 2 3 4 5))))
(ert-deftest compat-format-message ()
(should-equal (format-message "a=%s b=%s" 1 2) "a=1 b=2"))
- [elpa] externals/compat cfad34b0c5 24/77: Merge branch 'main' into emacs-30, (continued)
- [elpa] externals/compat cfad34b0c5 24/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 78e9a6922c 28/77: New Emacs 30 APIs: merge-ordered-lists, completion-lazy-hilit, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 1de8ac10a9 30/77: compat-tests: Add TODO, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 9813be3400 41/77: CI: Enable tests on Emacs 30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 50873a01ff 40/77: Update copyright years, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 3313d69c52 42/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 2150cf4d43 45/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 31899a2a4d 49/77: compat-30: Add sort-on, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 980f58d26f 48/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 0f19bbe9a4 51/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat cce243609e 60/77: compat-tests.el: Reenable test,
ELPA Syncer <=
- [elpa] externals/compat a202be76b0 13/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat aad50e1ffc 27/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat bb0b922bb7 23/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 3a415950d4 34/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 4eb3d03632 37/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 82323d82d3 39/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 9d5f99fcaa 43/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 351ca7852b 46/77: Revert "compat-defun: Add :min-version argument", ELPA Syncer, 2024/06/24
- [elpa] externals/compat 80e663a48b 47/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 68f99b6970 54/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24