X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Farith.impure.lisp;h=668ba38416765c7b15274d86094f66c0667d2bd8;hb=f3b213e5fea9992b3a9a1f2a6c482239a1aff3c1;hp=6604a9fc1854be7dba80ff712fda5ec25cb85f78;hpb=6e73f7320651975ce7cd8e72e2334041b7e80df1;p=sbcl.git diff --git a/tests/arith.impure.lisp b/tests/arith.impure.lisp index 6604a9f..668ba38 100644 --- a/tests/arith.impure.lisp +++ b/tests/arith.impure.lisp @@ -65,4 +65,6 @@ (assert (null (ignore-errors (compiled-logxor #c(2 3))))) (assert (= (compiled-logxor -6) -6)) +(assert (raises-error? (coerce (expt 10 1000) 'single-float) type-error)) + (sb-ext:quit :unix-status 104) \ No newline at end of file