Changeset 14050
- Timestamp:
- 08/04/12 09:41:51 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/test/lisp/abcl/clos-tests.lisp
r14048 r14050 257 257 (:method ((p1 string) (p2 t) s) 258 258 (vector-push-extend (list 'string p1 p2) s)) 259 (:method ((p1 t) (p2 t) s 1) (vector-push-extend (list t p1 p2) s)))259 (:method ((p1 t) (p2 t) s) (vector-push-extend (list t p1 p2) s))) 260 260 261 261 (deftest dmc-test.5a
Note: See TracChangeset
for help on using the changeset viewer.