From: Nikodemus Siivola Date: Sat, 26 Jan 2013 15:34:35 +0000 (+0200) Subject: disable the other sb-sprof test on darwin as well *sigh* X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=7f4bf063d5f4716b87d34cc706f05b27ad3906b1;p=sbcl.git disable the other sb-sprof test on darwin as well *sigh* --- 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