aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/cedet/semantic-utest.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/cedet/semantic-utest.el b/test/lisp/cedet/semantic-utest.el
index 7e336557948..1a7a8655ba9 100644
--- a/test/lisp/cedet/semantic-utest.el
+++ b/test/lisp/cedet/semantic-utest.el
@@ -577,7 +577,7 @@ INSERTME is the text to be inserted after the deletion."
577 ))) 577 )))
578 578
579(ert-deftest semantic-utest-Python() 579(ert-deftest semantic-utest-Python()
580 (skip-unless (featurep 'python-mode)) 580 (skip-unless (fboundp 'python-mode))
581 (let ((python-indent-guess-indent-offset nil)) 581 (let ((python-indent-guess-indent-offset nil))
582 (semantic-utest-generic "Python" (semantic-utest-fname "pytest.py") semantic-utest-Python-buffer-contents semantic-utest-Python-name-contents '("fun2") "#1" "#deleted line") 582 (semantic-utest-generic "Python" (semantic-utest-fname "pytest.py") semantic-utest-Python-buffer-contents semantic-utest-Python-name-contents '("fun2") "#1" "#deleted line")
583 )) 583 ))