mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Clang Importer: Enable OptionSetType import.
Update the tests to match. Swift SVN r28906
This commit is contained in:
@@ -84,7 +84,7 @@ func nsEncode<CodeUnit>(
|
||||
maxLength: buffer.count,
|
||||
usedLength: &used,
|
||||
encoding: encoding,
|
||||
options: NSStringEncodingConversionOptions(0),
|
||||
options: [],
|
||||
range: NSRange(location: 0, length: s.length),
|
||||
remainingRange: nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user