Index: tests/.expect/cast.txt
===================================================================
--- tests/.expect/cast.txt	(revision e014c6d51f3c615d5970fcc6857da43195d41ea1)
+++ tests/.expect/cast.txt	(revision b303ec1d48f1b063f117ed65367b26155bbaf9bb)
@@ -1,1 +1,2 @@
-cast.cfa:16:29: warning: Compiled
+cast.cfa: In function '_X4mainFi_iPPKc__1':
+cast.cfa:18:9: note: '#pragma message: Compiled'
Index: tests/cast.cfa
===================================================================
--- tests/cast.cfa	(revision e014c6d51f3c615d5970fcc6857da43195d41ea1)
+++ tests/cast.cfa	(revision b303ec1d48f1b063f117ed65367b26155bbaf9bb)
@@ -14,4 +14,4 @@
 //Dummy main
 int main( int argc, char const * argv[] ) {
-	#pragma GCC warning "Compiled"			// force non-empty .expect file
+	#pragma message( "Compiled" )						// force non-empty .expect file
 }
