From 7cfc5aa93b44033feb2dab6cdc037ee37a6f92b8 Mon Sep 17 00:00:00 2001 From: Rintaro Ishizaki Date: Tue, 9 Sep 2025 10:48:10 -0700 Subject: [PATCH] [ASTGen/Tests] Add 'REQUIRES: string_processing' This test imports _StringProcessing implicitly rdar://159635602 --- test/ASTGen/attrs_objc.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ASTGen/attrs_objc.swift b/test/ASTGen/attrs_objc.swift index 64f7e44e39142..fdb07cb7d8f6e 100644 --- a/test/ASTGen/attrs_objc.swift +++ b/test/ASTGen/attrs_objc.swift @@ -11,6 +11,7 @@ // REQUIRES: swift_swift_parser // REQUIRES: objc_interop // REQUIRES: swift_feature_ParserASTGen +// REQUIRES: string_processing @objc class MyCls { @objc(theValue) var value: Int { 1 }