]> gitweb.factorcode.org Git - factor.git/blobdiff - core/arrays/arrays-tests.factor
VM: bignum_to_fixnum_strict and an accompanying vm error in case the conversion fails
[factor.git] / core / arrays / arrays-tests.factor
index 415a2f37f9709cb76d1321ddbaa2b00c040a4d28..37596a116a3dc41d92d388089f0ce47a82a2c7d8 100644 (file)
@@ -19,3 +19,5 @@ IN: arrays.tests
 
 [ -1 f <array> ] must-fail
 [ cell-bits cell log2 - 2^ f <array> ] must-fail
+! To big for a fixnum #1045
+[ 67 2^ 3 <array> ] must-fail