Skip to content

Commit 7c74a52

Browse files
authored
Merge pull request #67797 from apple/dependents
tests: enable some tests on Windows
2 parents 2eb8831 + 55fcce2 commit 7c74a52

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/Interop/Cxx/templates/dependent-types.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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)
6764
DependentTypesTestSuite.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

0 commit comments

Comments
 (0)