X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-sprof%2Ftest.lisp;h=9a1696031b825a94f47f097fdf954c5a9117201e;hb=1656e5415acddf6655569b8332e138c36640c08a;hp=4be57631d3a705c7c4fd21fc1e5dbd0cb54183a6;hpb=37d3828773e2f847bb1ed7522b0af4fb8e736fc8;p=sbcl.git diff --git a/contrib/sb-sprof/test.lisp b/contrib/sb-sprof/test.lisp index 4be5763..9a16960 100644 --- a/contrib/sb-sprof/test.lisp +++ b/contrib/sb-sprof/test.lisp @@ -1,9 +1,9 @@ (in-package :cl-user) (require :sb-sprof) -#-win32 ;not yet +#-(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