File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- // RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -enable-experimental-concurrency -import-objc-header %S/Inputs/Delegate.h %s -emit-ir -o - | %FileCheck %s
1+ // RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -enable-experimental-concurrency -import-objc-header %S/Inputs/Delegate.h %s -emit-ir -o - | %FileCheck %s -DALIGNMENT=%target-alignment
22// REQUIRES: concurrency
33// REQUIRES: objc_interop
44
@@ -12,4 +12,4 @@ let anyObject: AnyObject = (MyAsyncProtocol.self as AnyObject) // or something l
1212// CHECK-LABEL: @_PROTOCOL_INSTANCE_METHODS_MyAsyncProtocol = internal constant
1313// CHECK-SAME: selector_data(myAsyncMethod:)
1414// CHECK-NOT: selector_data(myAsyncMethod:)
15- // CHECK-SAME: align 8
15+ // CHECK-SAME: align [[ALIGNMENT]]
You can’t perform that action at this time.
0 commit comments