diff run/a/asm_movd_05_B.d @ 1409:9f4bc2c68ce5

div. inline asm fixes
author thomask
date Thu, 08 Mar 2007 16:33:34 +0000
parents 18208c74def0
children b8c0195059d9
line wrap: on
line diff
--- a/run/a/asm_movd_05_B.d	Thu Mar 08 16:31:33 2007 +0000
+++ b/run/a/asm_movd_05_B.d	Thu Mar 08 16:33:34 2007 +0000
@@ -33,7 +33,7 @@
 bug:
 		assert(0);
 	}else{
-		pragma(msg, "no X86 inline asm support");
+		pragma(msg, "DSTRESS{XFAIL}: no inline asm support");
 		return 0;
 	}
 }