1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

* test/automated/ert-tests.el (ert-test-deftest):

Update for recent changes.
This commit is contained in:
Glenn Morris 2015-07-07 13:56:40 -04:00
parent 8fb09416ac
commit 0bfc94047d

View File

@ -349,6 +349,7 @@ This macro is used to test if macroexpansion in `should' works."
'(progn
(ert-set-test 'abc
(progn
"Constructor for objects of type `ert-test'."
(vector 'cl-struct-ert-test 'abc "foo"
#'(lambda nil)
nil ':passed
@ -363,6 +364,7 @@ This macro is used to test if macroexpansion in `should' works."
'(progn
(ert-set-test 'def
(progn
"Constructor for objects of type `ert-test'."
(vector 'cl-struct-ert-test 'def nil
#'(lambda nil)
nil ':passed 'nil)))