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
2
2
// REQUIRES: concurrency
3
3
// REQUIRES: objc_interop
4
4
@@ -12,4 +12,4 @@ let anyObject: AnyObject = (MyAsyncProtocol.self as AnyObject) // or something l
12
12
// CHECK-LABEL: @_PROTOCOL_INSTANCE_METHODS_MyAsyncProtocol = internal constant
13
13
// CHECK-SAME: selector_data(myAsyncMethod:)
14
14
// 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