Index: src/tests/dtor-early-exit.c
===================================================================
--- src/tests/dtor-early-exit.c	(revision 94ad12f5f91121af7a3b0495b4b3abae9618fdfe)
+++ src/tests/dtor-early-exit.c	(revision 14ce3392368c28f84d3e10baa5f72c190eeaff1e)
@@ -1,10 +1,10 @@
-// 
+//
 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
 //
 // The contents of this file are covered under the licence agreement in the
 // file "LICENCE" distributed with Cforall.
-// 
-// dtor-early-exit.c -- 
-// 
+//
+// dtor-early-exit.c --
+//
 // Author           : Rob Schluntz
 // Created On       : Wed Aug 17 08:26:25 2016
@@ -12,5 +12,5 @@
 // Last Modified On : Wed Aug 17 08:29:37 2016
 // Update Count     : 2
-// 
+//
 
 #include <fstream>
@@ -213,6 +213,6 @@
 		// S_G-S_L = {}
 	}
+#ifdef ERR2
 	// S_G = {}
-#ifdef ERR2
 	if (i == 5) goto L2; // this is an error in g++ because it skips initialization of y, x
 	// S_L-S_G = { y, x } => non-empty, so error
