diff options
-rw-r--r-- | test/lisp/progmodes/python-tests.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index 26aaff463c0..94c846ecb16 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el @@ -184,8 +184,7 @@ aliqua." (ert-deftest python-syntax-after-python-backspace () ;; `python-indent-dedent-line-backspace' garbles syntax - ;; But it seems that since da7580, the test passes. -;;; :expected-result :failed + :expected-result :failed (python-tests-with-temp-buffer "\"\"\"" (goto-char (point-max)) |