Skip to content

Commit ad24fe1

Browse files
authored
Merge pull request #64358 from xedin/fix-requires-directive
[Tests] NFC: Adjust REQUIRES declaration for UnsafeBufferPointerSlice…
2 parents ba90437 + 52f9d84 commit ad24fe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validation-test/stdlib/UnsafeBufferPointerSlices.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4-
// REQUIRES: rdar://106656555
4+
// rdar://106656555
5+
// REQUIRES: rdar106656555
56

67
import StdlibUnittest
78

0 commit comments

Comments
 (0)