Skip to content

Commit 0cab1ce

Browse files
authored
Merge pull request #32048 from DougGregor/backward-compat-non-simulator
[Test] Disable test only for the simulator; it'll run on host & device.
2 parents 7e1ab4c + e7d1447 commit 0cab1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/attr/attr_originally_definedin_backward_compatibility.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: executable_test
22
// REQUIRES: OS=macosx || OS=ios
3-
// REQUIRES: rdar63546363
3+
// UNSUPPORTED: DARWIN_SIMULATOR=ios
44
//
55
// RUN: %empty-directory(%t)
66
//

0 commit comments

Comments
 (0)