summaryrefslogtreecommitdiff
path: root/test/Other/invalid-commandline-option.ll
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-10 15:04:14 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-10 15:04:14 +0000
commit7361f63b258fb12bc755f03323abb37b45a33b24 (patch)
tree2e6938261933ad9c05403538771c681ec43d3a4d /test/Other/invalid-commandline-option.ll
parentd3979a51eebd876526620654e2cf02345cbb8c36 (diff)
downloadllvm-7361f63b258fb12bc755f03323abb37b45a33b24.tar.gz
llvm-7361f63b258fb12bc755f03323abb37b45a33b24.tar.bz2
llvm-7361f63b258fb12bc755f03323abb37b45a33b24.tar.xz
Let some more tests ignore expected output on stderr.
Also, use > %t instead of -o %t for output in one test since that also works when %t already exists. This fixes 6 testcases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52178 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other/invalid-commandline-option.ll')
-rw-r--r--test/Other/invalid-commandline-option.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/invalid-commandline-option.ll b/test/Other/invalid-commandline-option.ll
index b74c49857e..cef09b9b6b 100644
--- a/test/Other/invalid-commandline-option.ll
+++ b/test/Other/invalid-commandline-option.ll
@@ -1,3 +1,3 @@
-; RUN: llvm-as < /dev/null | not opt --foo > /dev/null
+; RUN: llvm-as < /dev/null | not opt --foo >& /dev/null
; there is no --foo