Changeset 13884 for trunk/abcl/test/lisp/abcl/mop-tests.lisp
- Timestamp:
- 02/29/12 09:40:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/test/lisp/abcl/mop-tests.lisp
r13593 r13884 598 598 599 599 600 (defgeneric apply-rule (rule)) 601 (defmethod apply-rule ((rule t) &aux (context (format nil "~A" rule))) 602 (format nil "Applying rule '~A' in context '~A'" rule context)) 603 604 ;;; See ticket # 199 605 (deftest defmethod-&aux.1 606 (apply-rule "1") 607 "Applying rule '1' in context '1'") 608
Note: See TracChangeset
for help on using the changeset viewer.