Update test case for r167754/r167755.

llvm-svn: 167760
This commit is contained in:
Chad Rosier 2012-11-12 21:51:08 +00:00
parent 4b54c8ff1b
commit a458d88b21
1 changed files with 1 additions and 1 deletions

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