Skip to content

Commit 9bf17e8

Browse files
authored
Merge pull request swiftlang#78137 from hamishknight/add-missing-requires
[test] Add missing REQUIRES for `PlaygroundTransform/iuo.swift`
2 parents 203f906 + 33d2ece commit 9bf17e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/PlaygroundTransform/iuo.swift

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// RUN: %target-playground-build-run-swift(-swift-version 5 -Xfrontend -playground)
33
// RUN: %target-playground-build-run-swift(-swift-version 6 -Xfrontend -playground)
44

5+
// REQUIRES: executable_test
6+
57
import PlaygroundSupport
68

79
class Layer {

0 commit comments

Comments
 (0)