Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit bbd8c0e

Browse files
committed
Ignore musl for no-allocation-before-main test
1 parent 7f8b519 commit bbd8c0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/runtime/no-allocation-before-main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//! -Cprefer-dynamic=no is required as otherwise #[global_allocator] does nothing.
66
//@ run-pass
77
//@ compile-flags: -Cprefer-dynamic=no
8+
//@ ignore-musl needs register_dtor_fallback, which allocates.
89

910
#[allow(dead_code)]
1011
#[path = "aborting-alloc.rs"]

0 commit comments

Comments
 (0)