X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Farith.impure.lisp;h=e45ab9f1c53802b2b952e8a72f21a953002b4d90;hb=22c1de0a40df83bb5628974010a879cb2c17ff53;hp=668ba38416765c7b15274d86094f66c0667d2bd8;hpb=93ba859423ec6e035a7b22a76a2ac70038691d65;p=sbcl.git diff --git a/tests/arith.impure.lisp b/tests/arith.impure.lisp index 668ba38..e45ab9f 100644 --- a/tests/arith.impure.lisp +++ b/tests/arith.impure.lisp @@ -12,6 +12,7 @@ ;;;; more information. (load "assertoid.lisp") +(use-package "ASSERTOID") (defmacro define-compiled-fun (fun name) `(progn @@ -67,4 +68,4 @@ (assert (raises-error? (coerce (expt 10 1000) 'single-float) type-error)) -(sb-ext:quit :unix-status 104) \ No newline at end of file +(sb-ext:quit :unix-status 104)