ObjFW  Diff

Differences From Artifact [55a0425a5e]:

To Artifact [0c5c8dbd56]:


182
183
184
185
186
187
188
189
190
		else
			[parser parseBuffer: str + j
				   withSize: 2];
	}

	TEST(@"Checking if everything was parsed", i == 11)

	[pool release];
}







|

182
183
184
185
186
187
188
189
190
		else
			[parser parseBuffer: str + j
				   withSize: 2];
	}

	TEST(@"Checking if everything was parsed", i == 11)

	[pool drain];
}