From df7f923d60da33820dda03545849d702986225f1 Mon Sep 17 00:00:00 2001 From: Vera Mitchell Date: Fri, 19 Sep 2025 13:04:57 -0600 Subject: [PATCH] require StringProcessing in the Macros test --- test/SymbolGraph/Symbols/Macro.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SymbolGraph/Symbols/Macro.swift b/test/SymbolGraph/Symbols/Macro.swift index af377b6376bac..54456f9944195 100644 --- a/test/SymbolGraph/Symbols/Macro.swift +++ b/test/SymbolGraph/Symbols/Macro.swift @@ -1,4 +1,4 @@ -// REQUIRES: swift_swift_parser, executable_test +// REQUIRES: swift_swift_parser, executable_test, string_processing // RUN: %empty-directory(%t)