Changeset 13009
- Timestamp:
- 11/07/10 12:10:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/test/lisp/abcl/package.lisp
r12618 r13009 23 23 ;;; XXX move this into test-utilities.lisp? 24 24 (defun run-matching (&optional (match *last-run-matching*)) 25 "Run all tests in suite whose symbol contains MATCH in a case-insensitive manner." 25 26 (setf *last-run-matching* match) 26 27 (let* ((matching (string-upcase match))
Note: See TracChangeset
for help on using the changeset viewer.