Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ba7da3

Browse files
committedMar 31, 2017
Ignore tests for the personality slot lifetimes on MSVC
Exception handling on MSVC targets doesn't use personality slots.
1 parent 1eaa113 commit 0ba7da3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/test/codegen/personality_lifetimes.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-msvc
12+
1113
// compile-flags: -O -C no-prepopulate-passes
1214

1315
#![crate_type="lib"]

0 commit comments

Comments
 (0)
Please sign in to comment.