File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-run-simple-swift(-I %S/Inputs/ -Xfrontend -enable-experimental-cxx-interop -enable-experimental-feature NoncopyableGenerics)
2
- // RUN: %target-run-simple-swift(-I %S/Inputs/ -Xfrontend -enable-experimental-cxx-interop -enable-experimental-feature NoncopyableGenerics -O)
2
+ // RUN: %target-run-simple-swift(-I %S/Inputs/ -Xfrontend -enable-experimental-cxx-interop -enable-experimental-feature NoncopyableGenerics -O -Xfrontend -sil-verify-none )
3
3
//
4
4
// REQUIRES: executable_test
5
5
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ StdUniquePtrTestSuite.test("array") {
24
24
expectEqual ( u [ 0 ] , 10 )
25
25
}
26
26
27
+ #if !os(Windows)
28
+ // https://github.com/apple/swift/issues/70226
27
29
StdUniquePtrTestSuite . test ( " custom dtor " ) {
28
30
expectEqual ( dtorCalled, false )
29
31
let c = {
@@ -32,6 +34,7 @@ StdUniquePtrTestSuite.test("custom dtor") {
32
34
c ( )
33
35
expectEqual ( dtorCalled, true )
34
36
}
37
+ #endif
35
38
36
39
runAllTests ( )
37
40
You can’t perform that action at this time.
0 commit comments