changeset 743:a00ec5cd9f07

removed printf
author thomask
date Sun, 13 Nov 2005 07:31:09 +0000
parents 5906350b5048
children d64391ac2148
files nocompile/template_06.d run/a/asm_fprem1_01.d run/a/asm_pushad_01.d
diffstat 3 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/nocompile/template_06.d	Sat Nov 12 21:57:32 2005 +0000
+++ b/nocompile/template_06.d	Sun Nov 13 07:31:09 2005 +0000
@@ -25,7 +25,7 @@
 }
 
 int main(){
-	printf("%d\n",foo!(int)(1));
+	foo!(int)(1);
 	return 0;
 }
 
--- a/run/a/asm_fprem1_01.d	Sat Nov 12 21:57:32 2005 +0000
+++ b/run/a/asm_fprem1_01.d	Sun Nov 13 07:31:09 2005 +0000
@@ -22,7 +22,6 @@
 			fstp a;
 		}
 		
-		printf("%f\n", a);
 		a += 1.0;
 		
 		a = (a>0) ? a : -a;
@@ -34,4 +33,4 @@
 		pragma(msg, "no inline asm support");
 		static assert(0);
 	}
-}
\ No newline at end of file
+}
--- a/run/a/asm_pushad_01.d	Sat Nov 12 21:57:32 2005 +0000
+++ b/run/a/asm_pushad_01.d	Sun Nov 13 07:31:09 2005 +0000
@@ -63,12 +63,10 @@
 						
 			assert(a_SI == c_SI);
 			assert(b_SI == x);
-			
-			printf("%u\t%u\t%u\n", a_SP, b_SP, c_SP);
 		}
 		return 0;
 	}else{
 		pragma(msg, "no Inline asm support");
 		static assert(0);
 	}
-}
\ No newline at end of file
+}