mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
tests: remove define so dso_local attr does not disrupt test
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
extern crate minicore;
|
||||
|
||||
// CHECK: define i32 @peach{{.*}}[[PEACH_ATTRS:\#[0-9]+]] {
|
||||
// CHECK: i32 @peach{{.*}}[[PEACH_ATTRS:\#[0-9]+]] {
|
||||
#[no_mangle]
|
||||
pub fn peach(x: u32) -> u32 {
|
||||
x
|
||||
|
||||
Reference in New Issue
Block a user