From e03d0779416af3e28c756ad65ef1741f98d2bbbc Mon Sep 17 00:00:00 2001
From: Chris Lattner <sabre@nondot.org>
Date: Sat, 28 Jun 2003 22:53:07 +0000
Subject: [PATCH] Get rid of control flow in the test

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6957 91177308-0d34-0410-b5e6-96231b3b80d8
---
 test/ExecutionEngine/2003-05-06-LivenessClobber.llx | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/test/ExecutionEngine/2003-05-06-LivenessClobber.llx b/test/ExecutionEngine/2003-05-06-LivenessClobber.llx
index 8b48d00f881..8f3eb3b20af 100644
--- a/test/ExecutionEngine/2003-05-06-LivenessClobber.llx
+++ b/test/ExecutionEngine/2003-05-06-LivenessClobber.llx
@@ -1,9 +1,6 @@
 ; This testcase shoudl return with an exit code of 1.
 ;
-; RUN: if as < %s | lli -force-interpreter=false
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: as < %s | not lli -force-interpreter=false
 
 target endian = little
 target pointersize = 32