r10985: actually apply diff
[kmrcl.git] / kmrcl-tests.asd
index 0f486bacfbb432b9dd9ee876a4f53b10ab851262..da7de493daeed6e0e9c086107fea166385cf8c4a 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2003
 ;;;;
-;;;; $Id: kmrcl-tests.asd,v 1.2 2003/05/08 19:19:08 kevin Exp $
+;;;; $Id$
 ;;;; *************************************************************************
 
 (defpackage #:kmrcl-tests-system
@@ -19,7 +19,7 @@
     :components
     ((:file "tests")))
 
-(defmethod perform ((o test-op) (c (eql (find-system :kmrcl-tests))))
+(defmethod perform ((o test-op) (c (eql (find-system 'kmrcl-tests))))
   (or (funcall (intern (symbol-name '#:do-tests)
                       (find-package '#:regression-test)))
       (error "test-op failed")))