File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2007,10 +2007,9 @@ DictionaryTestSuite.test("BridgedFromObjC.Nonverbatim.DictionaryIsCopied") {
2007
2007
2008
2008
2009
2009
DictionaryTestSuite . test ( " BridgedFromObjC.Verbatim.NSDictionaryIsRetained " ) {
2010
- var nsd : NSDictionary = autoreleasepool {
2010
+ var nsd : NSDictionary =
2011
2011
NSDictionary ( dictionary:
2012
2012
getAsNSDictionary ( [ 10 : 1010 , 20 : 1020 , 30 : 1030 ] ) )
2013
- }
2014
2013
2015
2014
var d : [ NSObject : AnyObject ] = convertNSDictionaryToDictionary ( nsd)
2016
2015
@@ -2026,10 +2025,9 @@ DictionaryTestSuite.test("BridgedFromObjC.Verbatim.NSDictionaryIsRetained") {
2026
2025
}
2027
2026
2028
2027
DictionaryTestSuite . test ( " BridgedFromObjC.Nonverbatim.NSDictionaryIsCopied " ) {
2029
- var nsd : NSDictionary = autoreleasepool {
2028
+ var nsd : NSDictionary =
2030
2029
NSDictionary ( dictionary:
2031
2030
getAsNSDictionary ( [ 10 : 1010 , 20 : 1020 , 30 : 1030 ] ) )
2032
- }
2033
2031
2034
2032
var d : [ TestBridgedKeyTy : TestBridgedValueTy ] =
2035
2033
convertNSDictionaryToDictionary ( nsd)
You can’t perform that action at this time.
0 commit comments