aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/comp-tests.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index 47c61c82bdd..d2b8f56d36f 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -289,6 +289,11 @@
289 err 289 err
290 (comp-tests-setcar-f 3 10) 290 (comp-tests-setcar-f 3 10)
291 (error err)) 291 (error err))
292 '(wrong-type-argument consp 3)))
293 (should (equal (condition-case
294 err
295 (comp-tests-setcdr-f 3 10)
296 (error err))
292 '(wrong-type-argument consp 3)))) 297 '(wrong-type-argument consp 3))))
293 298
294(defun comp-bubble-sort () 299(defun comp-bubble-sort ()