Index: tests/.expect/castError.txt
===================================================================
--- tests/.expect/castError.txt	(revision 07ec1a266e4ed6bb2fdcd15a073ce16d98d5ea51)
+++ tests/.expect/castError.txt	(revision fd732488a0c9611e90598dc83b89dfc5bf7e63b4)
@@ -4,5 +4,5 @@
 ... to:
   char Alternatives are:
-Cost ( 1, 0, 0, 0 ): Cast of:
+Cost ( 1, 0, 0, 0, 0, 0 ): Cast of:
      Variable Expression: f: function
        accepting unspecified arguments
@@ -16,5 +16,5 @@
  Environment:
 
-Cost ( 1, 0, 0, 0 ): Cast of:
+Cost ( 1, 0, 0, 0, 0, 0 ): Cast of:
      Variable Expression: f: double
    ... to:
@@ -25,5 +25,5 @@
  Environment:
 
-Cost ( 1, 0, 0, 0 ): Cast of:
+Cost ( 1, 0, 0, 0, 0, 0 ): Cast of:
      Variable Expression: f: signed int
    ... to:
Index: tests/searchsort.cfa
===================================================================
--- tests/searchsort.cfa	(revision 07ec1a266e4ed6bb2fdcd15a073ce16d98d5ea51)
+++ tests/searchsort.cfa	(revision fd732488a0c9611e90598dc83b89dfc5bf7e63b4)
@@ -57,5 +57,5 @@
 
 	// descending sort/search by changing < to >
-	for ( i; 0u ~ size ) {
+	for ( i; 0 ~ size ) {
 		iarr[i] = i + 1;
 		sout | iarr[i] | ", ";
