diff options
author | Owen Anderson <resistor@mac.com> | 2007-01-20 08:48:05 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-01-20 08:48:05 +0000 |
commit | d3a1c9532e7b66a006a42aa6763b0d0f6aba7be6 (patch) | |
tree | eee1dbef3d909201bec9311352b3949091828f87 /test/Assembler | |
parent | c00a43092ed960cdb28f4f3f00606f572869848d (diff) | |
download | external_llvm-d3a1c9532e7b66a006a42aa6763b0d0f6aba7be6.zip external_llvm-d3a1c9532e7b66a006a42aa6763b0d0f6aba7be6.tar.gz external_llvm-d3a1c9532e7b66a006a42aa6763b0d0f6aba7be6.tar.bz2 |
Fix incorrect run line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r-- | test/Assembler/2002-04-04-PureVirtMethCall.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-04-04-PureVirtMethCall.ll b/test/Assembler/2002-04-04-PureVirtMethCall.ll index 31d05ad..9eac901 100644 --- a/test/Assembler/2002-04-04-PureVirtMethCall.ll +++ b/test/Assembler/2002-04-04-PureVirtMethCall.ll @@ -1,4 +1,4 @@ -; RUN: llvm-upgrade | llvm-as -o /dev/null -f +; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f type { { \2 *, \4 ** }, { \2 *, \4 ** } |