Fix another break

This commit is contained in:
= 2013-11-29 12:02:12 -06:00
parent 80b80582ba
commit 82fef70135

View file

@ -9052,7 +9052,7 @@ unittest
// Compilation error if predicate is not static, i.e. a nested function
static uint comp;
static bool pred(uint a, uint b)
static bool pred(size_t a, size_t b)
{
++comp;
return a < b;