]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/vectors/conversion/conversion-tests.factor
basis: ERROR: changes.
[factor.git] / basis / math / vectors / conversion / conversion-tests.factor
index 85416f294ee27a04fc62222f53e513d75a53ae15..42109be718c0389e5b671a2d2a2defbfd3277210 100644 (file)
@@ -21,7 +21,7 @@ MACRO:: test-vconvert ( from-type to-type -- quot )
         inputs narray
         [ quot with-datastack ]
         [ [ [ declaration declare quot call ] compile-call ] with-datastack ] bi
-        2dup = [ optimized-vconvert-inconsistent ] unless
+        2dup = [ throw-optimized-vconvert-inconsistent ] unless
         drop outputs firstn
     ] ;