File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1111// UNSUPPORTED: DARWIN_SIMULATOR=xros
1212// UNSUPPORTED: use_os_stdlib
1313
14+ // The optimizer will remove many of these conformance checks due to statically
15+ // knowing the result.
16+ // UNSUPPORTED: swift_test_mode_optimize
17+ // UNSUPPORTED: swift_test_mode_optimize_size
18+
1419import Foundation
1520
1621protocol Proto { }
Original file line number Diff line number Diff line change 1010// UNSUPPORTED: DARWIN_SIMULATOR=xros
1111// UNSUPPORTED: use_os_stdlib
1212
13+ // The optimizer will remove many of these conformance checks due to statically
14+ // knowing the result.
15+ // UNSUPPORTED: swift_test_mode_optimize
16+ // UNSUPPORTED: swift_test_mode_optimize_size
17+
1318protocol Proto { }
1419extension Proto {
1520 static var selfType : Any . Type { Self . self }
You can’t perform that action at this time.
0 commit comments