Skip to content

Commit

Permalink
Ignore tests for the personality slot lifetimes on MSVC
Browse files Browse the repository at this point in the history
Exception handling on MSVC targets doesn't use personality slots.
  • Loading branch information
dotdash committed Mar 31, 2017
1 parent 1eaa113 commit 0ba7da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/codegen/personality_lifetimes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-msvc

// compile-flags: -O -C no-prepopulate-passes

#![crate_type="lib"]
Expand Down

0 comments on commit 0ba7da3

Please sign in to comment.