Skip to content

Commit 8af7814

Browse files
Gabor Horvathj-hui
Gabor Horvath
authored andcommitted
[6.2][cxx-interop] Fix a CI failure in ptrauth test
This test is not executed by the pre-commit CI, so the failure went unnoticed after #80495. This PR updates the test to make the CI pass. rdar://148665873 (cherry picked from commit c0b1fa1)
1 parent 4fd61ee commit 8af7814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/SwiftToCxx/class/swift-class-virtual-method-dispatch-arm64e.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// CHECK-NEXT: void **vtable_ = *selfPtr_;
1717
// CHECK-NEXT: #endif
1818
// CHECK-NEXT: struct FTypeAddress {
19-
// CHECK-NEXT: decltype(_impl::$s5Class04BaseA0C13virtualMethodyyF) * __ptrauth_swift_class_method_pointer([[#AUTH:]]) func;
19+
// CHECK-NEXT: decltype(Class::_impl::$s5Class04BaseA0C13virtualMethodyyF) * __ptrauth_swift_class_method_pointer([[#AUTH:]]) func;
2020
// CHECK-NEXT: };
2121
// CHECK-NEXT: FTypeAddress *fptrptr_ = reinterpret_cast<FTypeAddress *>(vtable_ + [[#VM1:]] / sizeof(void *));
2222
// CHECK-NEXT: (* fptrptr_->func)(::swift::_impl::_impl_RefCountedClass::getOpaquePointer(*this));

0 commit comments

Comments
 (0)