Skip to content

Commit 7cfc5aa

Browse files
committed
[ASTGen/Tests] Add 'REQUIRES: string_processing'
This test imports _StringProcessing implicitly rdar://159635602
1 parent b72ef8e commit 7cfc5aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ASTGen/attrs_objc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// REQUIRES: swift_swift_parser
1212
// REQUIRES: objc_interop
1313
// REQUIRES: swift_feature_ParserASTGen
14+
// REQUIRES: string_processing
1415

1516
@objc class MyCls {
1617
@objc(theValue) var value: Int { 1 }

0 commit comments

Comments
 (0)