emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 6ae03a4131 3/3: compat-tests: Remove obsolete FI


From: ELPA Syncer
Subject: [elpa] externals/compat 6ae03a4131 3/3: compat-tests: Remove obsolete FIXME
Date: Sun, 8 Jan 2023 09:57:25 -0500 (EST)

branch: externals/compat
commit 6ae03a413165d455f05e99e75c822e97ba2ca9e6
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    compat-tests: Remove obsolete FIXME
---
 compat-tests.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/compat-tests.el b/compat-tests.el
index e3856dc280..4ce60d0a05 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -1483,11 +1483,7 @@
   (should-equal "ccc" (string-replace "ab" "" "abcabcabc"))
   (should-equal "aaaaaa" (string-replace "a" "aa" "aaa"))
   (should-equal "defg" (string-replace "abc" "defg" "abc"))
-  (when (version<= "24.4" emacs-version)
-    ;; FIXME: Emacs 24.3 do not know of `wrong-length-argument' and
-    ;; therefore fail this test, even if the right symbol is being
-    ;; thrown.
-    (should-error (string-replace "" "x" "abc") :type 'wrong-length-argument)))
+  (should-error (string-replace "" "x" "abc") :type 'wrong-length-argument))
 
 (ert-deftest when-let* ()
   (should-equal "second"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]