Skip to content

Commit ac1ce06

Browse files
update test to work with condensed clang symbol graphs (swiftlang#72837)
1 parent 1371a8c commit ac1ce06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/PrintAsObjC/compatibility-symbols.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
// Make sure that any macros or typedefs added to the Clang compatibility header are reflected in
99
// the `comptibility-symbols` file that is installed in the toolchain.
1010

11-
// CHECK: "symbols": []
11+
// Use a regex match here to allow the Clang symbol graph to be pretty-printed or condensed
12+
13+
// CHECK: "symbols":{{ ?}}[]

0 commit comments

Comments
 (0)