aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEli Zaretskii2013-04-05 16:10:57 +0300
committerEli Zaretskii2013-04-05 16:10:57 +0300
commiteb1dd42a729ab1b9cdcd278767951679480cd4c3 (patch)
tree7a9787eacf9fa495ad8f7caef59bb58a46fbe04a /test
parent86e9346005b957ddadb73586c9641e68ea12a79d (diff)
parent2a417372c4a06fe90c343bc59660268c7a5ac3e9 (diff)
downloademacs-eb1dd42a729ab1b9cdcd278767951679480cd4c3.tar.gz
emacs-eb1dd42a729ab1b9cdcd278767951679480cd4c3.zip
Merge from trunk.
Diffstat (limited to 'test')
-rw-r--r--test/automated/python-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el
index d0a7ab57250..1a741b45d81 100644
--- a/test/automated/python-tests.el
+++ b/test/automated/python-tests.el
@@ -445,7 +445,7 @@ objects = Thing.objects.all() \\\\
445 (should (= (python-indent-calculate-indentation) 0)))) 445 (should (= (python-indent-calculate-indentation) 0))))
446 446
447(ert-deftest python-indent-block-enders () 447(ert-deftest python-indent-block-enders ()
448 "Test `python-indent-block-enders' value honouring." 448 "Test `python-indent-block-enders' value honoring."
449 (python-tests-with-temp-buffer 449 (python-tests-with-temp-buffer
450 " 450 "
451Class foo(object): 451Class foo(object):