Changeset 11779


Ignore:
Timestamp:
04/24/09 12:34:47 (14 years ago)
Author:
Mark Evenson
Message:

Fix broken ansi-interpreted test invocation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/abcl.asd

    r11605 r11779  
    3838   "Invoke tests with:  (asdf:oos 'asdf:test-op :ansi-interpreted :force t)."
    3939   ;;; FIXME needs ASDF:OOS to be invoked with :FORCE t
    40   (funcall (intern (symbol-name 'run) :ansi.test.ansi)
     40  (funcall (intern (symbol-name 'run) :abcl.test.ansi)
    4141     :compile-tests nil))
    4242
Note: See TracChangeset for help on using the changeset viewer.