Skip to content

Commit 40690aa

Browse files
[SymbolGraphGen/Tests] require StringProcessing in the Macros test (swiftlang#84406)
This test implicitly loads `_StringProcessing`; add that to the requirements of this test so that is correctly reflected. Resolves rdar://158821486
1 parent 6cd7974 commit 40690aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SymbolGraph/Symbols/Macro.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: swift_swift_parser, executable_test
1+
// REQUIRES: swift_swift_parser, executable_test, string_processing
22

33
// RUN: %empty-directory(%t)
44

0 commit comments

Comments
 (0)