Ignore a test on MSVC

The MSVC SEH is still not implemented, so we go ahead and ignore it.
This commit is contained in:
Simonas Kazlauskas 2016-02-06 02:31:19 +02:00
parent 5638847ae3
commit caf62ef984

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![feature(rustc_attrs)]
// ignore-msvc: FIXME(#30941)
// error-pattern:panic 1
// error-pattern:drop 2
use std::io::{self, Write};