summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2019-03-13 17:33:25 -0400
committerGlenn Morris <rgm@gnu.org>2019-03-13 17:33:25 -0400
commit3bd7ba1bdf29ac731a8e65bc0b82b5e5a721c35b (patch)
tree16a40d316201f7342d214782aed80aadf222a97d /test
parent7dda131ab02b36362ae63744db66413a9f1df58d (diff)
downloademacs-3bd7ba1bdf29ac731a8e65bc0b82b5e5a721c35b.tar.gz
* test/lisp/progmodes/python-tests.el
(python-syntax-after-python-backspace): Expect failure again. ; since 5feaf90
Diffstat (limited to 'test')
-rw-r--r--test/lisp/progmodes/python-tests.el3
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))