Skip to content

Commit a8cbfd1

Browse files
Merge pull request swiftlang#18793 from aschwaighofer/temp_disable_source-stability-test
Temporarily disable test to unblock bots
2 parents 1663ee7 + ca7e4c8 commit a8cbfd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/api-digester/source-stability.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
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

0 commit comments

Comments
 (0)