Skip to content

Commit f641b15

Browse files
committed
Remove comment citing fixed bug
One of the two issues preventing us from running test/api-digester/stability-stdlib-abi.swift in swift-evolve tests has been fixed; delete the comment referencing it. There’s another bug that still needs to be fixed, so we still aren’t running this yet.
1 parent f7eea0f commit f641b15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/api-digester/stability-stdlib-abi.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
// RUN: %clang -E -P -x c %t.tmp/changes.txt -o - | sed '/^\s*$/d' | sort > %t.tmp/changes.txt.tmp
88
// RUN: diff -u %t.tmp/stability-stdlib-abi.swift.expected %t.tmp/changes.txt.tmp
99

10-
// The digester hasn't learned that we've stopped baking non-stored class member
11-
// order into the ABI. rdar://problem/46617463
1210
// The digester can incorrectly register a generic signature change when
1311
// declarations are shuffled. rdar://problem/46618883
1412
// UNSUPPORTED: swift_evolve

0 commit comments

Comments
 (0)