]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tuple-arrays/tuple-arrays-tests.factor
classes: use check-instance in a few places, to remove duplication.
[factor.git] / basis / tuple-arrays / tuple-arrays-tests.factor
index e36feb8945267aae71977fe292f395d947940aab..f588b5db39aa5af58794df22c66811910a153b0a 100644 (file)
@@ -33,7 +33,7 @@ TUPLE-ARRAY: broken
 
 ! Can't define a tuple array for a non-tuple class
 [ "IN: tuple-arrays.tests USING: tuple-arrays words ; TUPLE-ARRAY: word" eval( -- ) ]
-[ error>> not-a-tuple? ]
+[ error>> not-an-instance? ]
 must-fail-with
 
 ! Can't define a tuple array for a non-final class