Index: tests/raii/init_once.cfa
===================================================================
--- tests/raii/init_once.cfa	(revision f8cd310f8a2e04f07eba9dbf60597d9236e4932f)
+++ tests/raii/init_once.cfa	(revision 6fbe9a5fd01aa79d7b7dd2fbf7e7b4656c1b7bc7)
@@ -10,6 +10,6 @@
 // Created On       : Tue Jun 14 15:43:35 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Mar 22 13:41:26 2019
-// Update Count     : 4
+// Last Modified On : Fri Sep 25 15:36:39 2020
+// Update Count     : 5
 //
 
@@ -188,4 +188,5 @@
 		static_variable();
 	}
+	printf( "done\n" );									// non-empty .expect file
 }
 
