Skip to content

Commit 7b5502b

Browse files
authored
Merge pull request swiftlang#71886 from artemcm/TemporaryDisableInterfaceHashWindows
Temporarily disable 'edited_method_body.swift' and 'edited_property_getter.swift' while investigating CI failures
2 parents 0b580f7 + c3aa6bf commit 7b5502b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/InterfaceHash/edited_method_body.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: OS=windows-msvc
12
// When adding a private protocol method, the interface hash should stay the same
23
// The per-type fingerprint should change
34

test/InterfaceHash/edited_property_getter.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: OS=windows-msvc
12
// When adding a private protocol method, the interface hash should stay the same
23
// The per-type fingerprint should change
34

0 commit comments

Comments
 (0)