Skip to content

Commit aec518a

Browse files
committed
Fix test
1 parent 77774e4 commit aec518a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/codegen/instrument-mcount.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
#![crate_type = "lib"]
55

6-
// CHECK: attributes #{{.*}} "instrument-function-entry-inlined"="{{_*}}mcount" "no-frame-pointer-elim"="true"
6+
// CHECK: attributes #{{.*}} "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}" "no-frame-pointer-elim"="true"
77
pub fn foo() {}

0 commit comments

Comments
 (0)