Skip to content

Commit c52b2ed

Browse files
authored
Merge pull request swiftlang#9161 from bob-wilson/fix-requires-syntax
Change REQUIRES arguments to work with recent LLVM versions
2 parents 5bd609c + 32ff6de commit c52b2ed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/stdlib/KeyPath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// REQUIRES: PTRSIZE=64
66

77
// Disabled for now
8-
// REQUIRES: rdar://problem/31776015
8+
// REQUIRES: rdar31776015
99

1010
import StdlibUnittest
1111

test/stdlib/KeyPathImplementation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// REQUIRES: PTRSIZE=64
66

77
// Disabled for now
8-
// REQUIRES: rdar://problem/31776015
8+
// REQUIRES: rdar31776015
99

1010

1111
import StdlibUnittest

test/stdlib/KeyPathObjC.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// REQUIRES: objc_interop
77

88
// Disabled for now
9-
// REQUIRES: rdar://problem/31776015
9+
// REQUIRES: rdar31776015
1010

1111
import StdlibUnittest
1212
import Foundation

validation-test/SIL/verify_all_overlays.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
// CHECK-NOT: Unknown
44

5-
// REQUIRES: rdar://problem/31683781
5+
// REQUIRES: rdar31683781
66
// REQUIRES: long_test
77
// REQUIRES: nonexecutable_test

0 commit comments

Comments
 (0)