| Index: dart/pkg/unittest/test_controller.js
|
| diff --git a/dart/pkg/unittest/test_controller.js b/dart/pkg/unittest/test_controller.js
|
| index b247f6e7df037ff8920aa973254d58f3a8350675..6b6153c0f15b08450ddbab050cb506b6a310b80a 100644
|
| --- a/dart/pkg/unittest/test_controller.js
|
| +++ b/dart/pkg/unittest/test_controller.js
|
| @@ -113,6 +113,7 @@ function dartMainRunner(main) {
|
| main();
|
| } catch (e) {
|
| showErrorAndExit(String(e));
|
| + return; // Posting 'dart-main-done' signals success.
|
| }
|
| window.postMessage('dart-main-done', '*');
|
| }
|
|
|