Skip to content

Commit c8e9da9

Browse files
authored
Merge pull request #80955 from swiftlang/j-hui/release/6.2/ptrauth-ci-test-fix
[6.2][cxx-interop] Fix a CI failure in ptrauth test
2 parents 7ad7e22 + 8af7814 commit c8e9da9

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)