Skip to content

Commit 542e1bb

Browse files
committed
[Testing] Add missing --check-prefix and mark as XFAIL
The CHECK-64 extra inhabitant tests are broken and will be fixed as a part of #16237.
1 parent feb3857 commit 542e1bb

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)