mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
[INFER] Fix orange.
This commit is contained in:
parent
1a3fb6272e
commit
7c364c5624
@ -3,4 +3,4 @@ var dbg = new Debugger;
|
||||
for (var i = 0; i < 10; i++)
|
||||
dbg.addDebuggee(newGlobal('new-compartment'));
|
||||
gc();
|
||||
assertEq(dbg.getDebuggees().length <= 4, true);
|
||||
assertEq(dbg.getDebuggees().length < 10, true);
|
||||
|
Loading…
Reference in New Issue
Block a user