summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/tcl-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/tcl-tests.el')
-rw-r--r--test/lisp/progmodes/tcl-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/progmodes/tcl-tests.el b/test/lisp/progmodes/tcl-tests.el
index cf1ed2896e4..e55eb6d901b 100644
--- a/test/lisp/progmodes/tcl-tests.el
+++ b/test/lisp/progmodes/tcl-tests.el
@@ -74,7 +74,6 @@
;; From bug#44834
(ert-deftest tcl-mode-namespace-indent-2 ()
- :expected-result :failed
(with-temp-buffer
(tcl-mode)
(let ((text "namespace eval Foo {\n proc foo {} {}\n\n proc bar {}{}}\n"))