Skip to content

Commit d7e65a3

Browse files
committed
Tests: disable IRGen test failing on some devices
1 parent 73fc71e commit d7e65a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/noncopyable_field_descriptors.swift

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

99
// RUN: %FileCheck %s < %t/test.irgen
1010

11+
// rdar://124401253
12+
// REQUIRES: OS=macosx || OS=linux || OS=windows-msvc
13+
1114
@frozen
1215
public enum ConditionallyCopyable<Wrapped: ~Copyable>: ~Copyable {
1316
case none

0 commit comments

Comments
 (0)