Skip to content

Commit b03d4fa

Browse files
committed
Tests: disable C++ interop test on armv7k
1 parent e4494d8 commit b03d4fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interop/SwiftToCxx/enums/enum-associated-value-class-type-cxx.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
// RUN: %check-interop-cxx-header-in-clang(%t/enums.h -Wno-unused-private-field -Wno-unused-function)
66

7+
// rdar://124466216
8+
// UNSUPPORTED: CPU=armv7k
9+
710
public class C {
811
public var x: Int
912
public init(x: Int) { self.x = x }

0 commit comments

Comments
 (0)