Skip to content

Commit 9daf23c

Browse files
authored
Merge pull request #79956 from xedin/reenable-SwiftUI-tests
[Tests] NFC: Re-enable rdar://57201781 and rdar://70880670
2 parents 87135c3 + c83eefc commit 9daf23c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

validation-test/Sema/SwiftUI/rdar57201781.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// REQUIRES: objc_interop
44
// REQUIRES: OS=macosx
55
// https://github.com/swiftlang/swift/issues/79255
6-
// REQUIRES: rdar141262107
6+
77
import SwiftUI
88

99
struct ContentView : View {

validation-test/Sema/SwiftUI/rdar70880670.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// REQUIRES: objc_interop
33
// REQUIRES: OS=macosx
44
// https://github.com/swiftlang/swift/issues/79255
5-
// REQUIRES: rdar141262107
5+
66
import SwiftUI
77

88
var foo = doesntExist // expected-error {{cannot find 'doesntExist' in scope}}

0 commit comments

Comments
 (0)