branch: externals/compat
commit 6ae03a413165d455f05e99e75c822e97ba2ca9e6
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
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"