Commits

Graham Batty committed 5e223da24e8
Verify blocking job count doesn't increase. This is instead of verifying that it's 0 after running a round. The previous way would cause it to assert if it the blocking task was at a higher level of the stack than the current level, and thus in a different TaskQueue. This way we just verify that no new tasks are left over. Swift SVN r26501