Changeset 14180
- Timestamp:
- 10/11/12 11:33:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/test/lisp/ansi/abcl-ansi.lisp
r13925 r14180 81 81 (setf *last-run-matching* match) 82 82 (let* ((matching (string-upcase match)) 83 (count 0)) 83 (count 0) 84 (*default-pathname-defaults* *ansi-tests-directory*)) 84 85 (mapcar (lambda (entry) 85 86 (if (search matching (symbol-name (rt::name entry)))
Note: See TracChangeset
for help on using the changeset viewer.