[ansi-test-cvs] r2142 - trunk/ansi-tests

Erik Huelsmann ehuelsmann at common-lisp.net
Sat Feb 14 20:39:06 UTC 2009


Author: ehuelsmann
Date: Sat Feb 14 20:39:05 2009
New Revision: 2142

Log:
Remove double "WARNING" in ABCL warning message.

Modified:
   trunk/ansi-tests/random-aux.lsp

Modified: trunk/ansi-tests/random-aux.lsp
==============================================================================
--- trunk/ansi-tests/random-aux.lsp	(original)
+++ trunk/ansi-tests/random-aux.lsp	Sat Feb 14 20:39:05 2009
@@ -304,4 +304,4 @@
   `(loop (catch 'fail (return (rcase , at clauses))))))
 
 #+armedbear
-(warn ";; WARNING: ABCL doesn't support the long form of DEFINE-METHOD-COMBINATION; randomized testing disabled.")
\ No newline at end of file
+(warn "ABCL doesn't support the long form of DEFINE-METHOD-COMBINATION; randomized testing disabled.")
\ No newline at end of file




More information about the ansi-test-cvs mailing list