Skip to content

Commit 0ba7da3

Browse files
committed
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

+2
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)