diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-01-13 15:17:44 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-01-13 15:18:21 +0100 |
commit | 118d6ef554e9e821925578d6ca6f3fd3d4cba780 (patch) | |
tree | f60ff51e0fb6f0e251155ee8841dd3bf86321585 /test/lisp/cedet/srecode-utest-template.el | |
parent | 6d467eb4d153c703c11f329b01720b8a436511fd (diff) | |
download | emacs-118d6ef554e9e821925578d6ca6f3fd3d4cba780.tar.gz emacs-118d6ef554e9e821925578d6ca6f3fd3d4cba780.tar.bz2 emacs-118d6ef554e9e821925578d6ca6f3fd3d4cba780.zip |
Remove some XEmacs compat code from tests
* test/lisp/cedet/srecode-utest-getset.el
(srecode-utest-getset-output):
* test/lisp/cedet/srecode-utest-template.el
(srecode-utest-template-output): Remove XEmacs compat code.
Diffstat (limited to 'test/lisp/cedet/srecode-utest-template.el')
-rw-r--r-- | test/lisp/cedet/srecode-utest-template.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/lisp/cedet/srecode-utest-template.el b/test/lisp/cedet/srecode-utest-template.el index 57d8a648050..f97ff18320e 100644 --- a/test/lisp/cedet/srecode-utest-template.el +++ b/test/lisp/cedet/srecode-utest-template.el @@ -307,13 +307,9 @@ INSIDE SECTION: ARG HANDLER ONE") (should (srecode-table major-mode)) ;; Loop over the output testpoints. - (dolist (p srecode-utest-output-entries) - (set-buffer testbuff) ;; XEmacs causes a buffer switch. I don't know why - (should-not (srecode-utest-test p)) - ) + (should-not (srecode-utest-test p))))) - )) (when (file-exists-p srecode-utest-testfile) (delete-file srecode-utest-testfile))) |