[armedbear-cvs] r11779 - trunk/abcl

Mark Evenson mevenson at common-lisp.net
Fri Apr 24 12:34:53 UTC 2009


Author: mevenson
Date: Fri Apr 24 08:34:47 2009
New Revision: 11779

Log:
Fix broken ansi-interpreted test invocation.


Modified:
   trunk/abcl/abcl.asd

Modified: trunk/abcl/abcl.asd
==============================================================================
--- trunk/abcl/abcl.asd	(original)
+++ trunk/abcl/abcl.asd	Fri Apr 24 08:34:47 2009
@@ -37,7 +37,7 @@
 (defmethod perform ((o test-op) (c (eql (find-system 'ansi-interpreted))))
    "Invoke tests with:  (asdf:oos 'asdf:test-op :ansi-interpreted :force t)."
    ;;; FIXME needs ASDF:OOS to be invoked with :FORCE t
-  (funcall (intern (symbol-name 'run) :ansi.test.ansi)
+  (funcall (intern (symbol-name 'run) :abcl.test.ansi)
 	   :compile-tests nil))
 
 (defsystem :ansi-compiled :version "1.0" :depends-on (ansi-test))




More information about the armedbear-cvs mailing list