Skip to content

Commit e4494d8

Browse files
committed
Tests: fixup UNSUPPORTED in edited_method_body & edited_method_property
rdar://124402245
1 parent dd738ed commit e4494d8

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)