Ignore a test on MSVC
The MSVC SEH is still not implemented, so we go ahead and ignore it.
This commit is contained in:
parent
5638847ae3
commit
caf62ef984
1 changed files with 2 additions and 0 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue