1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable on Win32 but it is executable on MSYS-bash.

llvm-svn: 121105
This commit is contained in:
NAKAMURA Takumi 2010-12-07 02:43:58 +00:00
parent 63bff1a5d3
commit f260cf36f0

View File

@ -5,6 +5,7 @@
; CHECK: {{^1$}}
; CHECK: {{^0$}}
; XFAIL: vg_leak
; REQUIRES: shell
; Test that the error handling when writing to stderr fails exits the
; program cleanly rather than aborting.