Index: tests/collections/string-istream.cfa
===================================================================
--- tests/collections/string-istream.cfa	(revision 55b060d686d3cac576f0c518302b16344a6fb205)
+++ tests/collections/string-istream.cfa	(revision 6b765d538fcf904caa5a5e705f6c9e3531d67dcc)
@@ -37,5 +37,5 @@
     for(;;) {
         sin | si;
-      if (size(si) > 0 && si[0] == '=') break;
+      if (len(si) > 0 && si[0] == '=') break;
         sout | si;    step_otherStringAction();
     }
@@ -50,5 +50,5 @@
     for(;;) {
         sin | si;
-      if (size(si) > 0 && si[0] == '=') break;
+      if (len(si) > 0 && si[0] == '=') break;
         sout | si;    step_otherStringAction();
     }
