Index: tests/concurrent/waitfor/recurse.cfa
===================================================================
--- tests/concurrent/waitfor/recurse.cfa	(revision 107b01a853d2fa7848b6015136777f62881c1779)
+++ tests/concurrent/waitfor/recurse.cfa	(revision bdfc0321152dff26f371dfef5322533b5cdd57dc)
@@ -66,5 +66,5 @@
 
 	rand_yield();
-	waitfor( call4, this );
+	waitfor( call4 : this );
 	rand_yield();
 
@@ -78,5 +78,5 @@
 
 	rand_yield();
-	waitfor( call3, this );
+	waitfor( call3 : this );
 	rand_yield();
 
@@ -92,5 +92,5 @@
 
 	rand_yield();
-	waitfor( call2, this );
+	waitfor( call2 : this );
 	rand_yield();
 
