We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1663ee7 + ca7e4c8 commit a8cbfd1Copy full SHA for a8cbfd1
test/api-digester/source-stability.swift
@@ -6,3 +6,5 @@
6
// RUN: %clang -E -P -x c %S/source-stability.swift.expected -o - | sed '/^\s*$/d' > %t.tmp/source-stability.swift.expected
7
// RUN: %clang -E -P -x c %t.tmp/changes.txt -o - | sed '/^\s*$/d' > %t.tmp/changes.txt.tmp
8
// RUN: diff -u %t.tmp/source-stability.swift.expected %t.tmp/changes.txt.tmp
9
+
10
+// REQUIRES: rdar_43425867
0 commit comments