Index: tests/raii/.expect/dtor-early-exit-ERR1.txt
===================================================================
--- tests/raii/.expect/dtor-early-exit-ERR1.txt	(revision 73abe950d807eab747c9e14353b158fcca827308)
+++ tests/raii/.expect/dtor-early-exit-ERR1.txt	(revision 0e0f128c9f975b8eb3f6b0870c12c639668ef24c)
@@ -1,3 +1,3 @@
-raii/dtor-early-exit.c:153:1 error: jump to label 'L1' crosses initialization of y Branch (Goto)
+raii/dtor-early-exit.c:150:1 error: jump to label 'L1' crosses initialization of y Branch (Goto)
   with target: L1
   with original target: L1
Index: tests/raii/.expect/dtor-early-exit-ERR2.txt
===================================================================
--- tests/raii/.expect/dtor-early-exit-ERR2.txt	(revision 73abe950d807eab747c9e14353b158fcca827308)
+++ tests/raii/.expect/dtor-early-exit-ERR2.txt	(revision 0e0f128c9f975b8eb3f6b0870c12c639668ef24c)
@@ -1,3 +1,3 @@
-raii/dtor-early-exit.c:217:1 error: jump to label 'L2' crosses initialization of y Branch (Goto)
+raii/dtor-early-exit.c:214:1 error: jump to label 'L2' crosses initialization of y Branch (Goto)
   with target: L2
   with original target: L2
Index: tests/raii/dtor-early-exit.c
===================================================================
--- tests/raii/dtor-early-exit.c	(revision 73abe950d807eab747c9e14353b158fcca827308)
+++ tests/raii/dtor-early-exit.c	(revision 0e0f128c9f975b8eb3f6b0870c12c639668ef24c)
@@ -10,14 +10,11 @@
 // Created On       : Wed Aug 17 08:26:25 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Aug 17 08:29:37 2016
-// Update Count     : 2
-//
-
-#include <fstream.hfa>
-#include <stdlib.hfa>
-extern "C" {
-#define false ((int)0)	// until stdbool.h works
-#define assert(cond) if (! (cond)) { sout | "Assertion failed: (" | #cond | ") at " __FILE__ | ":" | __LINE__ | endl; abort(); }
-}
+// Last Modified On : Sat Aug 11 07:58:39 2018
+// Update Count     : 8
+//
+
+#include <fstream>
+#include <stdlib>
+#include <assert.h>
 
 struct A {
