Skip to content

Commit eed4fef

Browse files
authored
Merge pull request swiftlang#84179 from rintaro/astgen-test-stringprocessing-rdar159635602
[ASTGen/Tests] Add 'REQUIRES: string_processing'
2 parents c849ae2 + 7cfc5aa commit eed4fef

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)