Skip to content

Commit b31b7a9

Browse files
committedMay 31, 2019
Remove some UNSUPPORTED swift_test_mode_optimize_none_with_implicit_dynamic
rdar://51228899
1 parent 896a0b0 commit b31b7a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+0
-124
lines changed
 

‎test/Interpreter/SDK/mixed_mode_class_with_missing_properties.swift

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// REQUIRES: objc_interop
1212
// REQUIRES: executable_test
1313

14-
// Requires swift-version 4
15-
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
16-
1714
import UsingObjCStuff
1815

1916
print("Let's go") // CHECK: Let's go

‎test/Interpreter/SDK/objc_factory_method.swift

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// REQUIRES: executable_test
55
// REQUIRES: OS=macosx
66

7-
// Requires swift-version 4
8-
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
9-
107
import AppKit
118

129
let image = NSImage(named: NSImage.Name.trashEmpty)

0 commit comments

Comments
 (0)
Please sign in to comment.