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 }