Update trace-test.js jitstats for testThinLoopDemote to account for upvar2, although there's still some wonkiness here being tracked in bug 486820. r=orange

This commit is contained in:
Jeff Walden 2009-04-05 22:29:18 -07:00
parent ec9f3ae4a0
commit 7bd23208f1

View File

@ -2528,7 +2528,7 @@ testThinLoopDemote.jitstats = {
recorderStarted: 2,
recorderAborted: 0,
traceCompleted: 2,
traceTriggered: 3,
traceTriggered: 2,
unstableLoopVariable: 1
};
test(testThinLoopDemote);