X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fvm.before-xc.lisp;h=7471802af7e45b1aab666dd5b97effb9fc108d46;hb=a189a69454ef7635149319ae213b337f17c50d20;hp=4fa484112f4006ca41adb00c537d39a6ec320991;hpb=8a8568603cc7cacd188fe1cac18824a69bece6af;p=sbcl.git diff --git a/tests/vm.before-xc.lisp b/tests/vm.before-xc.lisp index 4fa4841..7471802 100644 --- a/tests/vm.before-xc.lisp +++ b/tests/vm.before-xc.lisp @@ -7,7 +7,7 @@ ;;;; While most of SBCL is derived from the CMU CL system, the test ;;;; files (like this one) were written from scratch after the fork ;;;; from CMU CL. -;;;; +;;;; ;;;; This software is in the public domain and is provided with ;;;; absolutely no warranty. See the COPYING and CREDITS files for ;;;; more information. @@ -17,12 +17,12 @@ (/show "beginning tests/vm.before-xc.lisp") (flet ((yes (x) - (assert - (eql (sc-number-or-lose 'immediate) - (impl-of-vm-support-routine-immediate-constant-sc x)))) + (assert + (eql (sc-number-or-lose 'immediate) + (immediate-constant-sc x)))) (no (x) - (assert - (not (impl-of-vm-support-routine-immediate-constant-sc x))))) + (assert + (not (immediate-constant-sc x))))) ;; target fixnums can be dealt with as immediates; target bignums ;; can not. (yes #.sb-xc:most-positive-fixnum)