Skip to content

Commit

Permalink
Ignore a test on MSVC
Browse files Browse the repository at this point in the history
The MSVC SEH is still not implemented, so we go ahead and ignore it.
  • Loading branch information
nagisa committed Feb 6, 2016
1 parent 5638847 commit caf62ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-fail/mir_drop_panics.rs
Expand Up @@ -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};
Expand Down

0 comments on commit caf62ef

Please sign in to comment.