Ignore tests for the personality slot lifetimes on MSVC

Exception handling on MSVC targets doesn't use personality slots.
This commit is contained in:
Björn Steinbrink 2017-03-31 20:09:37 +02:00
parent 1eaa113581
commit 0ba7da3449

View File

@ -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"]