mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Bug 483967 - Mochitest test_regExpStatics.html runs fine but needs to check/report success; (Av1) Add |ok(true, ...);|; r=jonas
This commit is contained in:
parent
366f022f42
commit
4205221e9a
@ -22,6 +22,7 @@ Tests of DOM Worker Threads RegExp statics
|
||||
var doneWorkers = 0;
|
||||
function onmessage(event) {
|
||||
if (++doneWorkers == WORKER_COUNT) {
|
||||
ok(true, "All messages received from workers");
|
||||
SimpleTest.finish();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user