projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b142bd
)
Get rid of control flow in the test
author
Chris Lattner
<sabre@nondot.org>
Sat, 28 Jun 2003 22:53:07 +0000
(22:53 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/ExecutionEngine/2003-05-06-LivenessClobber.llx
b/test/ExecutionEngine/2003-05-06-LivenessClobber.llx
index 8b48d00f8813205e2d5e719adc7a3fdba67cf89a..8f3eb3b20affae9e55b697aff143cd3aed9806cb 100644
(file)
--- 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