Skip to content

Commit a6ba767

Browse files
authored
Merge pull request #16970 from davezarzycki/more_IRGen_extra_inhabitant_bugs
[Testing] Add missing --check-prefix and mark as XFAIL
2 parents 6e9d5f5 + 542e1bb commit a6ba767

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/IRGen/type_layout_reference_storage_objc.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -enable-objc-interop -emit-ir %s | %FileCheck %s
1+
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -enable-objc-interop -emit-ir %s | %FileCheck %s --check-prefix=CHECK-%target-ptrsize
2+
// XFAIL: *
23

34
import Foundation
45

0 commit comments

Comments
 (0)