]> gitweb.factorcode.org Git - factor.git/blobdiff - core/classes/tuple/tuple-tests.factor
VM: removes the OBJ-ERROR special object in favor of a constant
[factor.git] / core / classes / tuple / tuple-tests.factor
index c702cc03a6174eb43c6f79ca34439091059691ee..7c2c1f0ca1398c0995824f3d1c4a9c47d7df296f 100644 (file)
@@ -548,7 +548,8 @@ must-fail-with
 
 [ 444444444444444444444444444444444444444444444444433333 >bignum "asdf" declared-types boa ]
 [
-    ${ "kernel-error" ERROR-OUT-OF-FIXNUM-RANGE 444444444444444444444444444444444444444444444444433333 f } =
+    ${ KERNEL-ERROR ERROR-OUT-OF-FIXNUM-RANGE
+       444444444444444444444444444444444444444444444444433333 f } =
 ] must-fail-with
 
 ! Check bignum coercer