Back out 97036ab72558 which inappropriately compared turds to third parties.
1 function innerLoopIntOuterDouble() {
2 var n = 1000, i=0, j=0, count=0, limit=0;
3 for (i = 1; i <= n; ++i) {
5 for (j = 0; j < limit; ++j) {
11 assertEq(innerLoopIntOuterDouble(), "500500");