X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=1c9801f9af65398da2864ee7320e7bb96648a4bb;hp=06ff082047a9401322d13ccb1db2d083b6fb0739;hb=20b7cbdc3324352b14760ffc86babad71c2fbf0e;hpb=f02806a9c747318814e3b46520d2ceebd6031488 diff --git a/kmrcl.asd b/kmrcl.asd index 06ff082..1c9801f 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.46 2003/07/31 17:03:37 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.47 2003/07/31 17:11:44 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -58,7 +58,6 @@ (:file "os" :depends-on ("macros")) )) - (defmethod perform ((o test-op) (c (eql (find-system 'kmrcl)))) (operate 'load-op 'kmrcl-tests) (operate 'test-op 'kmrcl-tests))