| Index: client/testing/unittest/unittest.dart
|
| diff --git a/client/testing/unittest/unittest.dart b/client/testing/unittest/unittest.dart
|
| index de270824321ab0fc9b53615dc83a57903a201d17..17de9e338d37ca216f8163f9a210dd31f3317107 100644
|
| --- a/client/testing/unittest/unittest.dart
|
| +++ b/client/testing/unittest/unittest.dart
|
| @@ -38,7 +38,7 @@ void _onError(e) {
|
|
|
| /** Runs all queued tests, one at a time. */
|
| _platformStartTests() {
|
| - window.postMessage('unittest-suite-start', '*');
|
| + window.postMessage('unittest-suite-wait-for-done', '*');
|
|
|
| // Listen for uncaught errors.
|
| window.onerror = _onErrorClosure;
|
|
|