From f4522131cd85ce9a0399863464ffd8a81f3adf4f Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Fri, 24 May 2013 21:34:09 +0200 Subject: [PATCH] One of the regressions now properly prints the class name. --- src/tests/bugs/cmp-001.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/bugs/cmp-001.lsp b/src/tests/bugs/cmp-001.lsp index 0f809d8e3..03c477165 100644 --- a/src/tests/bugs/cmp-001.lsp +++ b/src/tests/bugs/cmp-001.lsp @@ -208,7 +208,7 @@ (prog1 (foo) (delete-file output) (delete-file "aux-cmp-0008.lsp"))) - "#1=(1 2 3 # #1#)") + "#1=(1 2 3 # #1#)") ;;; Date: 9/06/2006 (Pascal Costanza) ;;; Fixed: 13/06/2006 (juanjo)