From: NAKAMURA Takumi Date: Sat, 26 Oct 2013 02:50:14 +0000 (+0000) Subject: llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32". It reverts r173509. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94400d4a4e08ed770f017f07ce02f567cfb5c174;p=llvm llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32". It reverts r173509. "REQUIRES: shell" should cover if this failed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193458 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Other/close-stderr.ll b/test/Other/close-stderr.ll index 6e180cd1d89..b310bc2c042 100644 --- a/test/Other/close-stderr.ll +++ b/test/Other/close-stderr.ll @@ -9,8 +9,5 @@ ; XFAIL: vg_leak ; REQUIRES: shell -; opt will fail to open /dev/null on native win32. -; XFAIL: win32 - ; Test that the error handling when writing to stderr fails exits the ; program cleanly rather than aborting.