Index: tests/warnings/.expect/self-assignment.txt
===================================================================
--- tests/warnings/.expect/self-assignment.txt	(revision 207c733028dc24fd806488429df8d9fc295a45e2)
+++ tests/warnings/.expect/self-assignment.txt	(revision 66812dd99f2cc97ee7d08f95d6b009fa64a41a6b)
@@ -24,2 +24,6 @@
 ... to:
   reference to signed int
+warnings/self-assignment.cfa: In function '_X4mainFi___1':
+warnings/self-assignment.cfa:36:9: note: #pragma message: Compiled
+   36 | 
+      |         ^      
Index: tests/warnings/self-assignment.cfa
===================================================================
--- tests/warnings/self-assignment.cfa	(revision 207c733028dc24fd806488429df8d9fc295a45e2)
+++ tests/warnings/self-assignment.cfa	(revision 66812dd99f2cc97ee7d08f95d6b009fa64a41a6b)
@@ -10,6 +10,6 @@
 // Created On       : Thu Mar 1 13:53:57 2018
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Feb 20 07:56:17 2019
-// Update Count     : 3
+// Last Modified On : Sun Sep 27 09:24:34 2020
+// Update Count     : 6
 //
 
@@ -31,8 +31,10 @@
 	s.i = s.i;
 	t.s.i = t.s.i;
+
+	#pragma message( "Compiled" )			// force non-empty .expect file
 }
 
 // Local Variables: //
 // tab-width: 4 //
-// compile-command: "cfa dtor-early-exit" //
+// compile-command: "cfa self-assignment.cfa" //
 // End: //
