Chromium Code Reviews| Index: dart/tests/async_helper.dart |
| diff --git a/dart/tests/async_helper.dart b/dart/tests/async_helper.dart |
| index c1b8273c9df4a98f394552fd38612b7bdea1babf..f1a84b369f782285c87d0250fa5ef5ece290a8b3 100644 |
| --- a/dart/tests/async_helper.dart |
| +++ b/dart/tests/async_helper.dart |
| @@ -58,6 +58,6 @@ void asyncEnd() { |
| if (_asyncLevel == 0) { |
| _port.close(); |
| _port = null; |
| - print('unittest-suite-done'); |
| + print('unittest-suite-success'); |
| } |
| } |