File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-emit-silgen -enable-experimental-feature MoveOnlyEnumDeinits -module-name test %s | %FileCheck %s --enable-var-scope
2
2
// RUN: %target-swift-emit-sil -enable-experimental-feature MoveOnlyEnumDeinits -module-name test -sil-verify-all %s | %FileCheck %s --check-prefix CHECK-SIL --enable-var-scope
3
3
4
- // UNSUPPORTED: OS=windows-msvc
5
- //
6
- // On Windows, the struct_extract instructions are not fully cleaned up:
7
- // CHECK-SIL-NOT: struct_extract
8
- // It likely has to do with the lazy property.
4
+ // Swift sources are require to remove struct_extract so this check-not line passes:
5
+ // "CHECK-SIL-NOT: struct_extract"
6
+ // REQUIRES: swift_in_compiler
9
7
10
8
func invokedDeinit( ) { }
11
9
Original file line number Diff line number Diff line change 3
3
4
4
// REQUIRES: objc_interop
5
5
// REQUIRES: optimized_stdlib
6
+ // REQUIRES: swift_in_compiler
6
7
7
8
import Foundation
8
9
You can’t perform that action at this time.
0 commit comments