Fix unintended globals

This commit is contained in:
Aparajita Fishman
2013-02-11 11:17:19 -05:00
parent 43817779c5
commit 117dda3bb5
+4 -1
View File
@@ -214,9 +214,12 @@ var ELEMENTS = 100,
- (void)testObjectsAtIndexesSpeed
{
REPEATS = 100;
var SIZE = 1000,
c = SIZE,
r = rr = REPEATS = 100,
r = REPEATS,
rr = r,
location = 0,
array = [CPArray array],
indexes = [CPIndexSet indexSet];