Fixed: Broken test case

This commit is contained in:
Martin Carlberg
2013-03-06 07:57:18 -05:00
committed by Aparajita Fishman
parent b98b301089
commit cfe099bb30
-1
View File
@@ -204,7 +204,6 @@
{
[self assertThrows:function(){
var dict = [[CPDictionary alloc] initWithObjects:[1, nil] forKeys:["1", "2"]];
[self assertFalse:dict];
}];
}