From 8614384ddb9a35d54cab014af3f69c5756716241 Mon Sep 17 00:00:00 2001 From: ehuelsmann <ehuelsmann@localhost> Date: Sat, 14 Feb 2009 20:39:05 +0000 Subject: [PATCH] Remove double "WARNING" in ABCL warning message. --- ansi-tests/random-aux.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansi-tests/random-aux.lsp b/ansi-tests/random-aux.lsp index 7610462d..297accea 100644 --- a/ansi-tests/random-aux.lsp +++ b/ansi-tests/random-aux.lsp @@ -304,4 +304,4 @@ `(loop (catch 'fail (return (rcase ,@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 -- GitLab