diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-21 01:55:17 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-21 01:55:17 +0000 |
commit | 04b9ad61eb92adfb83cf135b18f896a1f597ff71 (patch) | |
tree | 5a44ae4c7f119dab125ab88235e710f42c1202a5 /lang/sbcl/files/patch-contrib__sb-sprof__test.lisp | |
parent | Update to the 20150318 snapshot of GCC 4.9.3. (diff) |
lang/sbcl: Upgrade version 1.1.12 => 1.2.9
PR: 198590
Submitted by: Satosi Kimura (nifty.ne.jp)
Diffstat (limited to 'lang/sbcl/files/patch-contrib__sb-sprof__test.lisp')
-rw-r--r-- | lang/sbcl/files/patch-contrib__sb-sprof__test.lisp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/sbcl/files/patch-contrib__sb-sprof__test.lisp b/lang/sbcl/files/patch-contrib__sb-sprof__test.lisp index 5d6fa724cd72..a6d9601cfb2e 100644 --- a/lang/sbcl/files/patch-contrib__sb-sprof__test.lisp +++ b/lang/sbcl/files/patch-contrib__sb-sprof__test.lisp @@ -1,14 +1,14 @@ ---- contrib/sb-sprof/test.lisp.orig 2013-02-26 06:42:18.000000000 -0500 -+++ contrib/sb-sprof/test.lisp 2013-03-22 14:29:52.000000000 -0400 -@@ -1,9 +1,9 @@ - (in-package :cl-user) - (require :sb-sprof) +--- contrib/sb-sprof/test.lisp.orig 2015-02-27 19:49:46.000000000 +0900 ++++ contrib/sb-sprof/test.lisp 2015-03-07 18:19:20.000000000 +0900 +@@ -41,9 +41,9 @@ + (loop while (< (get-universal-time) target) + do (consalot))))) -#-(or win32 darwin) ;not yet +#-(or win32 darwin freebsd) ;not yet - (sb-sprof::test) + (test) -#-(or win32 darwin) ;not yet +#-(or win32 darwin freebsd) ;not yet - (sb-sprof::consing-test) + (consing-test) ;; For debugging purposes, print output for visual inspection to see if |