| Index: pkg/unittest/lib/test_controller.js
|
| diff --git a/pkg/unittest/lib/test_controller.js b/pkg/unittest/lib/test_controller.js
|
| index f3932d3adfbf525823ad54385bb65e9a1a0b7428..145173ae47954fdfa346c516154c03a2533a0b34 100644
|
| --- a/pkg/unittest/lib/test_controller.js
|
| +++ b/pkg/unittest/lib/test_controller.js
|
| @@ -121,9 +121,6 @@ function externalError(e) {
|
| window.postMessage('unittest-suite-external-error', '*');
|
| }
|
|
|
| -// If nobody intercepts the error, finish the test.
|
| -window.addEventListener("error", externalError, false);
|
| -
|
| document.addEventListener('readystatechange', function () {
|
| if (document.readyState != "loaded") return;
|
| // If 'startedDartTest' is not set, that means that the test did not have
|
|
|