Changeset 14180


Ignore:
Timestamp:
10/11/12 11:33:27 (11 years ago)
Author:
Mark Evenson
Message:

Invoke ANSI-TESTS:DO-TESTS-MATCHING in proper directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/test/lisp/ansi/abcl-ansi.lisp

    r13925 r14180  
    8181  (setf *last-run-matching* match)
    8282  (let* ((matching (string-upcase match))
    83          (count 0))
     83         (count 0)
     84         (*default-pathname-defaults* *ansi-tests-directory*))
    8485    (mapcar (lambda (entry)
    8586              (if (search matching (symbol-name (rt::name entry)))
Note: See TracChangeset for help on using the changeset viewer.