commit | c6b896bafb3ccb076b2a2a51b96888d12393e133 | [log] [tgz] |
---|---|---|
author | Reid Spencer <reid@x10sys.com> | Wed Aug 01 23:07:36 2007 +0000 |
committer | Reid Spencer <reid@x10sys.com> | Wed Aug 01 23:07:36 2007 +0000 |
tree | d8ae01588e674d64a84af3cdafa47e39d29de091 | |
parent | 4a6ab58a43e35728c9ea16ea34093417c2600ecb [diff] [blame] |
Make sure these tests pass for the right reasons (verifier error, rather than failure to assemble). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40696 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Verifier/invoke-2.ll b/test/Verifier/invoke-2.ll index b3a5750..5ab0386 100644 --- a/test/Verifier/invoke-2.ll +++ b/test/Verifier/invoke-2.ll
@@ -1,4 +1,4 @@ -; RUN: not llvm-as < %s -o /dev/null -f +; RUN: llvm-upgrade < %s | not llvm-as -f &| grep {not verify as correct} ; PR1042 int %foo() {