Index: tests/ctrl-flow/.expect/labelledExit.txt
===================================================================
--- tests/ctrl-flow/.expect/labelledExit.txt	(revision eae8b37d7379001bb81375459612907897447955)
+++ tests/ctrl-flow/.expect/labelledExit.txt	(revision 656c8ac30a1b2b1d963a9dbd8ab1d0800aaad6be)
@@ -1,1 +1,1 @@
-ctrl-flow/labelledExit.cfa:181:25: warning: Compiled
+done
Index: tests/ctrl-flow/labelledExit.cfa
===================================================================
--- tests/ctrl-flow/labelledExit.cfa	(revision eae8b37d7379001bb81375459612907897447955)
+++ tests/ctrl-flow/labelledExit.cfa	(revision 656c8ac30a1b2b1d963a9dbd8ab1d0800aaad6be)
@@ -179,5 +179,5 @@
 
 int main( int argc, char const *argv[] ) {
-    #pragma GCC warning "Compiled"                      // force non-empty .expect file, NO TABS!!!
+	printf("done\n");
 }
 
