From 61fdcc70403d187ef2e214542e012d20df611d7d Mon Sep 17 00:00:00 2001 From: Tomas Lindquist Olsen Date: Sat, 7 Jun 2008 21:38:14 +0200 Subject: [PATCH] [svn r246] fixed asm4 test --- tangotests/asm4.d | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tangotests/asm4.d b/tangotests/asm4.d index 6c540792..0649bebd 100644 --- a/tangotests/asm4.d +++ b/tangotests/asm4.d @@ -17,14 +17,4 @@ void main() call printf; pop EAX; } - if (x) - { - printf("foobar\n"); - } - else - { - printf("baz\n"); - } } - -extern(C) extern int x;