mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
In a trace-test, do not try to print jitstats. no_r=me.
--HG-- extra : rebase_source : 6447c98085459bd7fc6b215279a9d5e1870d46ba
This commit is contained in:
parent
ca917d7197
commit
d7438ec267
@ -8,7 +8,4 @@ for (var i = 0; i < 9; i++)
|
||||
g += a.p();
|
||||
assertEq(g, 'qqqqqqqqq');
|
||||
|
||||
if (this['jitstats'])
|
||||
print(uneval(this['jitstats']));
|
||||
|
||||
checkStats({recorderStarted: 1, recorderAborted: 0, traceCompleted: 1, traceTriggered: 1});
|
||||
|
Loading…
Reference in New Issue
Block a user