Skip to content

Commit 5a449fb

Browse files
tests: remove define so dso_local attr does not disrupt test
1 parent e57b4b1 commit 5a449fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/frame-pointer-cli-control.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Specific cases where platforms or tools rely on frame pointers for sound or corr
4545

4646
extern crate minicore;
4747

48-
// CHECK: define i32 @peach{{.*}}[[PEACH_ATTRS:\#[0-9]+]] {
48+
// CHECK: i32 @peach{{.*}}[[PEACH_ATTRS:\#[0-9]+]] {
4949
#[no_mangle]
5050
pub fn peach(x: u32) -> u32 {
5151
x

0 commit comments

Comments
 (0)