diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Other/close-stderr.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Other/close-stderr.ll b/test/Other/close-stderr.ll index b310bc2..6e180cd 100644 --- a/test/Other/close-stderr.ll +++ b/test/Other/close-stderr.ll @@ -9,5 +9,8 @@ ; 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. |