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