diff options
-rw-r--r-- | test/src/regex-emacs-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/regex-emacs-tests.el b/test/src/regex-emacs-tests.el index c074100e17f..195b3c9f8c0 100644 --- a/test/src/regex-emacs-tests.el +++ b/test/src/regex-emacs-tests.el @@ -873,6 +873,7 @@ This evaluates the TESTS test cases from glibc." (should (equal (string-match "\\`a\\{2\\}*\\'" "a") nil))) (ert-deftest regexp-tests-backtrack-optimization () ;bug#61514 + :expected-result :failed ;; Make sure we don't use up the regexp stack needlessly. (with-current-buffer (get-buffer-create "*bug*") (erase-buffer) |