Get rid of control flow in the test
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 22:53:07 +0000 (22:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 22:53:07 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6957 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/2003-05-06-LivenessClobber.llx

index 8b48d00f8813205e2d5e719adc7a3fdba67cf89a..8f3eb3b20affae9e55b697aff143cd3aed9806cb 100644 (file)
@@ -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