disable sb-sprof test on darwin
[sbcl.git] / contrib / sb-sprof / test.lisp
index 4be5763..90c7905 100644 (file)
@@ -1,7 +1,7 @@
 (in-package :cl-user)
 (require :sb-sprof)
 
-#-win32                                ;not yet
+#-(or win32 darwin)                    ;not yet
 (sb-sprof::test)
 #-win32                                ;not yet
 (sb-sprof::consing-test)