]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/hints/hints-tests.factor
Language change: tuple slot setter words with stack effect ( value object -- ) are...
[factor.git] / basis / hints / hints-tests.factor
index 894e1dbdc8ec47a236cf341236ae1872a07091d2..fcceab18785e50df333102e6de7a476f9e07c841 100644 (file)
@@ -9,4 +9,4 @@ M: hashtable blahblah 2nip [ 1 + ] change-count drop ;
 
 HINTS: M\ hashtable blahblah { object fixnum object } { object word object } ;
 
-[ t ] [ M\ hashtable blahblah { count>> (>>count) } inlined? ] unit-test
+[ t ] [ M\ hashtable blahblah { count>> count<< } inlined? ] unit-test