Skip to content

Commit 675fda3

Browse files
authored
Merge pull request #72255 from xymus/fixup-interface-hash
Tests: fixup UNSUPPORTED in edited_method_body & edited_method_property
2 parents dd738ed + e4494d8 commit 675fda3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/InterfaceHash/edited_method_body.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// UNSUPPORTED: OS=windows-msvc
22

33
// rdar://124402245
4-
// UNSUPPORTED: OS=linux
4+
// UNSUPPORTED: OS=linux-gnu
55

66
// When adding a private protocol method, the interface hash should stay the same
77
// The per-type fingerprint should change

test/InterfaceHash/edited_property_getter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// UNSUPPORTED: OS=windows-msvc
22

33
// rdar://124402245
4-
// UNSUPPORTED: OS=linux
4+
// UNSUPPORTED: OS=linux-gnu
55

66
// When adding a private protocol method, the interface hash should stay the same
77
// The per-type fingerprint should change

0 commit comments

Comments
 (0)