summaryrefslogtreecommitdiff
path: root/test/Other
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-10-26 02:50:14 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-10-26 02:50:14 +0000
commit94400d4a4e08ed770f017f07ce02f567cfb5c174 (patch)
treeef7ad051794445535e667e298c2a90811820df52 /test/Other
parent59b8e0419ce873f62df0cc1fd14d193d7b63f8a5 (diff)
downloadllvm-94400d4a4e08ed770f017f07ce02f567cfb5c174.tar.gz
llvm-94400d4a4e08ed770f017f07ce02f567cfb5c174.tar.bz2
llvm-94400d4a4e08ed770f017f07ce02f567cfb5c174.tar.xz
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
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/close-stderr.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Other/close-stderr.ll b/test/Other/close-stderr.ll
index 6e180cd1d8..b310bc2c04 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.