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.") {
6161 expectEqual ( m. getValue ( ) , 42 )
6262}
6363
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)
6764DependentTypesTestSuite . test ( " Function template methods " ) {
6865 let m = M < Int > ( value: 42 )
6966 let m2 = m. memberDependentReturnType ( CInt ( 32 ) ) as! M < CInt >
@@ -101,8 +98,6 @@ DependentTypesTestSuite.test("Complex different dependent argument and return ty
10198 expectEqual ( m2, 42 )
10299}
103100
104- #endif // Windows
105-
106101//TODO: Import issue: rdar://89028943
107102// DependentTypesTestSuite.test("Dependent to Reference") {
108103// var x = 42
You can’t perform that action at this time.
0 commit comments