From 6327aaed70fc058d22134c0c94e924a9be2876c9 Mon Sep 17 00:00:00 2001
From: sds <sds@localhost>
Date: Thu, 15 Apr 2010 18:11:57 +0000
Subject: [PATCH] no nil vectors in cmucl

---
 ansi-tests/doit.lsp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ansi-tests/doit.lsp b/ansi-tests/doit.lsp
index f9e48bc8..c999955b 100644
--- a/ansi-tests/doit.lsp
+++ b/ansi-tests/doit.lsp
@@ -31,6 +31,10 @@
   (rtest:disable-note :allow-nil-arrays)
   (rtest:disable-note :nil-vectors-are-strings))
 
+#+cmu
+(progn
+ (rt:disable-note :nil-vectors-are-strings))
+
 #+gcl(si::use-fast-links nil)
 
 (in-package :cl-test)
-- 
GitLab