Skip to content

Commit 15e368e

Browse files
committed
[test] Fix source-stability test and revert #18793
1 parent a17dbfb commit 15e368e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/api-digester/source-stability.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@
66
// RUN: %clang -E -P -x c %S/source-stability.swift.expected -o - | sed '/^\s*$/d' > %t.tmp/source-stability.swift.expected
77
// RUN: %clang -E -P -x c %t.tmp/changes.txt -o - | sed '/^\s*$/d' > %t.tmp/changes.txt.tmp
88
// RUN: diff -u %t.tmp/source-stability.swift.expected %t.tmp/changes.txt.tmp
9-
10-
// REQUIRES: rdar_43425867

test/api-digester/source-stability.swift.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* FIXME: Bogus */
2+
Struct DictionaryIterator has generic signature change from <Key, Value where Key : Hashable> to <Element>
3+
Struct SetIterator has generic signature change from <Element where Element : Hashable> to <Key, Value>
24
TypeAlias DictionaryIterator.Element has been removed
35
TypeAlias SetIterator.Element has been removed
46
Var DictionaryIterator.customMirror has been removed

0 commit comments

Comments
 (0)