# HG changeset patch # User lindquist # Date 1212867494 -7200 # Node ID 79d8f6b3fbaf9c4445e57bcb0f9e9b8867efc74b # Parent cac3d27ae481c26f66a694e0f9ce3cc14b30af9e [svn r246] fixed asm4 test diff -r cac3d27ae481 -r 79d8f6b3fbaf tangotests/asm4.d --- 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;