diff options
| author | Yuki OKUSHI <huyuumi.dev@gmail.com> | 2019-03-31 07:13:59 +0900 |
|---|---|---|
| committer | Yuki OKUSHI <huyuumi.dev@gmail.com> | 2019-03-31 07:13:59 +0900 |
| commit | aec518addd7ab4624ccd57ea143395483dfc690a (patch) | |
| tree | e38218c04b917431451196576bb3af51b0065574 /src/test/codegen | |
| parent | 77774e4e960e6b65ddb95b087772c6d2ad6c3009 (diff) | |
| download | rust-aec518addd7ab4624ccd57ea143395483dfc690a.tar.gz rust-aec518addd7ab4624ccd57ea143395483dfc690a.zip | |
Fix test
Diffstat (limited to 'src/test/codegen')
| -rw-r--r-- | src/test/codegen/instrument-mcount.rs | 2 |
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() {} |
