Update test case for r167754/r167755.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167760 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier 2012-11-12 21:51:08 +00:00
parent 0655668b11
commit fa77cced0b

View File

@ -1,6 +1,6 @@
; RUN: sh -c 'opt --reject-this-option 2>&-; echo $?; opt -o /dev/null /dev/null 2>&-; echo $?;' \
; RUN: | FileCheck %s
; CHECK: {{^1$}}
; CHECK: {{^70$}}
; CHECK: {{^0$}}
; XFAIL: vg_leak
; REQUIRES: shell