Skip to content

Commit 519fe58

Browse files
committed
Add debuginfo to no-allocation test
1 parent 36ea953 commit 519fe58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! -Cprefer-dynamic=no is required as otherwise #[global_allocator] does nothing.
66
//! We only test linux-gnu as other targets currently need allocation for thread dtors.
77
//@ run-pass
8-
//@ compile-flags: -Cprefer-dynamic=no
8+
//@ compile-flags: -Cprefer-dynamic=no -Cdebuginfo=full
99
//@ only-linux
1010
//@ only-gnu
1111

0 commit comments

Comments
 (0)