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 11// RUN: %target-swift-emit-silgen -enable-experimental-feature MoveOnlyEnumDeinits -module-name test %s | %FileCheck %s --enable-var-scope
22// 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
33
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
97
108func invokedDeinit( ) { }
119
Original file line number Diff line number Diff line change 33
44// REQUIRES: objc_interop
55// REQUIRES: optimized_stdlib
6+ // REQUIRES: swift_in_compiler
67
78import Foundation
89
You can’t perform that action at this time.
0 commit comments