Skip to content

Commit 8ac826b

Browse files
committed
[Tests] NFC: Restrict new SwiftUI to macOS
Frontend invocation targets macOS so attempting it on simulators results in failures different from intended "too complex".
1 parent 8da3b62 commit 8ac826b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/Sema/SwiftUI/too_complex_source_location.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-typecheck-verify-swift -target %target-cpu-apple-macosx10.15 -swift-version 5
22
// REQUIRES: objc_interop
3+
// REQUIRES: OS=macosx
34

45
// https://forums.swift.org/t/roadmap-for-improving-the-type-checker/82952/9
56
//

0 commit comments

Comments
 (0)