about summary refs log tree commit diff
path: root/src/test/codegen
diff options
context:
space:
mode:
authorYuki OKUSHI <huyuumi.dev@gmail.com>2019-03-31 07:13:59 +0900
committerYuki OKUSHI <huyuumi.dev@gmail.com>2019-03-31 07:13:59 +0900
commitaec518addd7ab4624ccd57ea143395483dfc690a (patch)
treee38218c04b917431451196576bb3af51b0065574 /src/test/codegen
parent77774e4e960e6b65ddb95b087772c6d2ad6c3009 (diff)
downloadrust-aec518addd7ab4624ccd57ea143395483dfc690a.tar.gz
rust-aec518addd7ab4624ccd57ea143395483dfc690a.zip
Fix test
Diffstat (limited to 'src/test/codegen')
-rw-r--r--src/test/codegen/instrument-mcount.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/instrument-mcount.rs b/src/test/codegen/instrument-mcount.rs
index bd01556d986..c72d09f7a03 100644
--- a/src/test/codegen/instrument-mcount.rs
+++ b/src/test/codegen/instrument-mcount.rs
@@ -3,5 +3,5 @@
 
 #![crate_type = "lib"]
 
-// CHECK: attributes #{{.*}} "instrument-function-entry-inlined"="{{_*}}mcount" "no-frame-pointer-elim"="true"
+// CHECK: attributes #{{.*}} "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}" "no-frame-pointer-elim"="true"
 pub fn foo() {}