changeset 230:79d8f6b3fbaf trunk

[svn r246] fixed asm4 test
author lindquist
date Sat, 07 Jun 2008 21:38:14 +0200
parents cac3d27ae481
children 61aa721a6b7f
files tangotests/asm4.d
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/tangotests/asm4.d	Sat Jun 07 21:31:38 2008 +0200
+++ b/tangotests/asm4.d	Sat Jun 07 21:38:14 2008 +0200
@@ -17,14 +17,4 @@
         call printf;
         pop EAX;
     }
-    if (x)
-    {
-        printf("foobar\n");
-    }
-    else
-    {
-        printf("baz\n");
-    }
 }
-
-extern(C) extern int x;