diff options
| author | bors <bors@rust-lang.org> | 2020-06-07 00:34:54 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-06-07 00:34:54 +0000 |
| commit | 450abe80f193ccefbfcd48214d70520f2d507f0e (patch) | |
| tree | 266cd6e747f64ea69c96a0cf833a6e4dac802600 /src/test/codegen | |
| parent | 9c1857fad849ad56d38327b9bc11377a0bdbb4cf (diff) | |
| parent | b117a3956f38dfb78c32f30951cd92db55582f7a (diff) | |
| download | rust-450abe80f193ccefbfcd48214d70520f2d507f0e.tar.gz rust-450abe80f193ccefbfcd48214d70520f2d507f0e.zip | |
Auto merge of #73081 - Dylan-DPC:rollup-1aqk215, r=Dylan-DPC
Rollup of 5 pull requests Successful merges: - #72810 (validate basic sanity for TerminatorKind) - #72989 (Revert pr 71840) - #72993 (Count the beta prerelease number just from master) - #73057 (Clean up E0644 explanation) - #73059 (remove outdated comment) Failed merges: r? @ghost
Diffstat (limited to 'src/test/codegen')
| -rw-r--r-- | src/test/codegen/drop.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/codegen/drop.rs b/src/test/codegen/drop.rs index 99a791464ab..0c7f3bb2020 100644 --- a/src/test/codegen/drop.rs +++ b/src/test/codegen/drop.rs @@ -23,13 +23,13 @@ pub fn droppy() { // FIXME(eddyb) the `void @` forces a match on the instruction, instead of the // comment, that's `; call core::intrinsics::drop_in_place::<drop::SomeUniqueName>` // for the `v0` mangling, should switch to matching on that once `legacy` is gone. -// CHECK-NOT: call void @{{.*}}drop_in_place{{.*}}SomeUniqueName -// CHECK: invoke void @{{.*}}drop_in_place{{.*}}SomeUniqueName -// CHECK: invoke void @{{.*}}drop_in_place{{.*}}SomeUniqueName // CHECK-NOT: invoke void @{{.*}}drop_in_place{{.*}}SomeUniqueName // CHECK: call void @{{.*}}drop_in_place{{.*}}SomeUniqueName // CHECK: call void @{{.*}}drop_in_place{{.*}}SomeUniqueName +// CHECK-NOT: call void @{{.*}}drop_in_place{{.*}}SomeUniqueName +// CHECK: invoke void @{{.*}}drop_in_place{{.*}}SomeUniqueName // CHECK: call void @{{.*}}drop_in_place{{.*}}SomeUniqueName +// CHECK: invoke void @{{.*}}drop_in_place{{.*}}SomeUniqueName // CHECK: call void @{{.*}}drop_in_place{{.*}}SomeUniqueName // CHECK-NOT: {{(call|invoke) void @.*}}drop_in_place{{.*}}SomeUniqueName // The next line checks for the } that ends the function definition |
