Fixed trace-tests for isPromoteInt patch which reduced tree recompilation counts.

This commit is contained in:
David Anderson 2008-10-25 03:35:07 -05:00
parent ba12fe7023
commit b2a6f01baa

View File

@ -1548,9 +1548,9 @@ function testNestedExitStackOuter() {
}
testNestedExitStackOuter.expected = 81;
testNestedExitStackOuter.jitstats = {
recorderStarted: 4,
recorderStarted: 3,
recorderAborted: 0,
traceTriggered: 6
traceTriggered: 7
};
test(testNestedExitStackOuter);