From 7f4bf063d5f4716b87d34cc706f05b27ad3906b1 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sat, 26 Jan 2013 17:34:35 +0200 Subject: [PATCH] disable the other sb-sprof test on darwin as well *sigh* --- contrib/sb-sprof/test.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sb-sprof/test.lisp b/contrib/sb-sprof/test.lisp index 90c7905..9a16960 100644 --- a/contrib/sb-sprof/test.lisp +++ b/contrib/sb-sprof/test.lisp @@ -3,7 +3,7 @@ #-(or win32 darwin) ;not yet (sb-sprof::test) -#-win32 ;not yet +#-(or win32 darwin) ;not yet (sb-sprof::consing-test) ;; For debugging purposes, print output for visual inspection to see if -- 1.7.10.4