Index: tests/coroutine/runningTotal.c
===================================================================
--- tests/coroutine/runningTotal.c	(revision 73abe950d807eab747c9e14353b158fcca827308)
+++ tests/coroutine/runningTotal.c	(revision 305581dbced29c2fe6bb06909e03de5f7b8a6b9f)
@@ -10,6 +10,6 @@
 // Created On       : Wed Dec  6 08:05:27 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Dec  6 08:09:24 2017
-// Update Count     : 2
+// Last Modified On : Thu Aug 16 08:22:29 2018
+// Update Count     : 3
 //
 
@@ -29,5 +29,5 @@
 
 void main( RunTotal & rntl ) with( rntl ) {
-	for ( ;; ) {
+	for () {
 		update( rntl, input );
 	} // for
@@ -41,5 +41,5 @@
 int main() {
 	RunTotal rntl;
-	for ( int i = 0; i < 10; i += 1 ) {
+	for ( i; 10 ) {
 		sout | i | add( rntl, i ) | endl;
 	} // for
