[mcclim-cvs] CVS mcclim/Drei/Tests
thenriksen
thenriksen at common-lisp.net
Thu Jan 10 11:03:39 UTC 2008
Update of /project/mcclim/cvsroot/mcclim/Drei/Tests
In directory clnet:/tmp/cvs-serv14058/Drei/Tests
Modified Files:
lisp-syntax-tests.lisp
Log Message:
Made the Lisp syntax test suite explicitly call update-parse before munging around in internal data.
--- /project/mcclim/cvsroot/mcclim/Drei/Tests/lisp-syntax-tests.lisp 2008/01/05 21:07:16 1.11
+++ /project/mcclim/cvsroot/mcclim/Drei/Tests/lisp-syntax-tests.lisp 2008/01/10 11:03:39 1.12
@@ -53,6 +53,7 @@
(get-object (&rest args)
(apply #'form-to-object (current-syntax)
(get-form) args)))
+ (update-parse (current-syntax))
, at body)))))))
(defmacro swine-test (name &body body)
More information about the Mcclim-cvs
mailing list