]> code.delx.au - gnu-emacs/blobdiff - test/lisp/help-fns-tests.el
Detect aliases to built-in functions
[gnu-emacs] / test / lisp / help-fns-tests.el
index 4239a2afefc84fc23b2b7f6f93fb85a9303a6b25..ba0d8ed8e385fb155a9e611fb935c491e1c49e32 100644 (file)
@@ -77,7 +77,6 @@ Return first line of the output of (describe-function-1 FUNC)."
 
 (ert-deftest help-fns-test-bug23887 ()
   "Test for http://debbugs.gnu.org/23887 ."
-  :expected-result :failed
   (let ((regexp "an alias for .re-search-forward. in .subr\.el")
         (result (help-fns-tests--describe-function 'search-forward-regexp)))
     (should (string-match regexp result))))