From 4ea8f081a62f06f65c23c4c633e1f4d425b45be4 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Sun, 16 Jan 2005 23:44:18 +0000 Subject: [PATCH] Oops, forgot to test that. --- ansi-tests/syntax.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansi-tests/syntax.lsp b/ansi-tests/syntax.lsp index 3ad09486..3cb8f49e 100644 --- a/ansi-tests/syntax.lsp +++ b/ansi-tests/syntax.lsp @@ -791,7 +791,7 @@ ;;; Tests of #S -(unless (find-class 'syntax-test-struct-1) +(unless (find-class 'syntax-test-struct-1 nil) (defstruct syntax-test-struct-1 a b c)) -- GitLab