Skip to content

Commit 40529fb

Browse files
committed
[stdlib][test] Update stdlib abi test docs
1 parent b11c6e4 commit 40529fb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/api-digester/stability-stdlib-abi-with-asserts.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
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.sorted %t.tmp/changes.txt.tmp
99

10+
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment below.)
11+
1012
// Welcome, Build Wrangler!
1113
//
1214
// This file lists APIs that are unique to stdlib builds with assertions.

test/api-digester/stability-stdlib-abi-without-asserts.test

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

8+
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment below.)
9+
810
// Welcome, Build Wrangler!
911
//
1012
// This file lists APIs that have recently changed in a way that potentially

0 commit comments

Comments
 (0)