File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
test/Interop/Cxx/templates Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,6 @@ DependentTypesTestSuite.test("Takes const ref and returns dependent type.") {
61
61
expectEqual ( m. getValue ( ) , 42 )
62
62
}
63
63
64
- // We still have some problems calling methods on Windows
65
- // (https://github.com/apple/swift/issues/55575 and rdar://88391102).
66
- #if !os(Windows)
67
64
DependentTypesTestSuite . test ( " Function template methods " ) {
68
65
let m = M < Int > ( value: 42 )
69
66
let m2 = m. memberDependentReturnType ( CInt ( 32 ) ) as! M < CInt >
@@ -101,8 +98,6 @@ DependentTypesTestSuite.test("Complex different dependent argument and return ty
101
98
expectEqual ( m2, 42 )
102
99
}
103
100
104
- #endif // Windows
105
-
106
101
//TODO: Import issue: rdar://89028943
107
102
// DependentTypesTestSuite.test("Dependent to Reference") {
108
103
// var x = 42
You can’t perform that action at this time.
0 commit comments