Skip to content

Commit 0711bba

Browse files
committed
Ignore test when dylibs are not supported
1 parent f4888c2 commit 0711bba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/linking/mixed-allocator-shim.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ build-pass
22
//@ compile-flags: --crate-type staticlib,dylib -Zstaticlib-prefer-dynamic
33
//@ no-prefer-dynamic
4+
//@ needs-crate-type: dylib
45

56
// Test that compiling for multiple crate types in a single compilation with
67
// mismatching allocator shim requirements doesn't result in the allocator shim

0 commit comments

Comments
 (0)