Skip to content

Commit f111760

Browse files
committed
[test] Disable witness-lifetime-operations-irgen.swift for non-x86
rdar://89908618
1 parent c474f90 commit f111760

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interop/Cxx/value-witness-table/witness-lifetime-operations-irgen.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -enable-cxx-interop -I %S/Inputs %s -emit-ir | %FileCheck %s
22

3+
// Temporarily restrict to x86 (rdar://89908618)
4+
// REQUIRES: CPU=x86_64
5+
36
import WitnessLifetimeOperations
47

58
struct Holder<T> {

0 commit comments

Comments
 (0)