[elephant-cvs] CVS elephant/tests
ieslick
ieslick at common-lisp.net
Thu Mar 8 19:50:20 UTC 2007
Update of /project/elephant/cvsroot/elephant/tests
In directory clnet:/tmp/cvs-serv24009
Modified Files:
testindexing.lisp
Log Message:
Fix for premature checkin
--- /project/elephant/cvsroot/elephant/tests/testindexing.lisp 2007/03/08 19:24:45 1.33
+++ /project/elephant/cvsroot/elephant/tests/testindexing.lisp 2007/03/08 19:50:20 1.34
@@ -115,9 +115,9 @@
(make-instance 'idx-cslot)
- (values (if (class-indexedp-by-name 'idx-cslot) t nil))
+ (values (if (class-indexedp-by-name 'idx-cslot) t nil)))
t)
-
+
;; test inherited slots
(deftest indexing-inherit
More information about the Elephant-cvs
mailing list