Skip to content

Commit 163d40d

Browse files
committed
Update test/codegen/drop.rs to reflect inconsequential change in basic block ordering.
1 parent 5eff019 commit 163d40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/codegen/drop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ pub fn droppy() {
3232
// CHECK-NOT: invoke{{.*}}drop{{.*}}SomeUniqueName
3333
// CHECK: call{{.*}}drop{{.*}}SomeUniqueName
3434
// CHECK: call{{.*}}drop{{.*}}SomeUniqueName
35-
// CHECK: call{{.*}}drop{{.*}}SomeUniqueName
3635
// CHECK-NOT: call{{.*}}drop{{.*}}SomeUniqueName
3736
// CHECK: invoke{{.*}}drop{{.*}}SomeUniqueName
37+
// CHECK: call{{.*}}drop{{.*}}SomeUniqueName
3838
// CHECK: invoke{{.*}}drop{{.*}}SomeUniqueName
3939
// CHECK: call{{.*}}drop{{.*}}SomeUniqueName
4040
// CHECK-NOT: {{(call|invoke).*}}drop{{.*}}SomeUniqueName

0 commit comments

Comments
 (0)