Skip to content

Commit 985004c

Browse files
committed
Fix the codegen test on panic=abort
1 parent ef04da3 commit 985004c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/codegen-llvm/call-site-inline-attributes.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ fn calls_something_alwaysinline() {
3232
#[inline(always)]
3333
fn alwaysinline_fn() {}
3434

35-
//CHECK: attributes #[[NOINLINE]] = { noinline }
36-
//CHECK: attributes #[[INLINEHINT]] = { inlinehint }
37-
//CHECK: attributes #[[ALWAYSINLINE]] = { alwaysinline }
35+
//CHECK: attributes #[[NOINLINE]] = {{{.*}} noinline {{.*}}}
36+
//CHECK: attributes #[[INLINEHINT]] = {{{.*}} inlinehint {{.*}}}
37+
//CHECK: attributes #[[ALWAYSINLINE]] = {{{.*}} alwaysinline {{.*}}}

0 commit comments

Comments
 (0)