Chromium Code Reviews| Index: runtime/observatory/tests/service/test_helper.dart |
| diff --git a/runtime/observatory/tests/service/test_helper.dart b/runtime/observatory/tests/service/test_helper.dart |
| index 00978cafa169b7784cfd7ae76f5b98408a7e6747..91cb11eb37a531882917510dd1712593e3b5dfa2 100644 |
| --- a/runtime/observatory/tests/service/test_helper.dart |
| +++ b/runtime/observatory/tests/service/test_helper.dart |
| @@ -28,8 +28,8 @@ bool _isTestee() { |
| } |
| class _SerivceTesteeRunner { |
| - Future run({Future testeeBefore(): null, |
| - Future testeeConcurrent(): null, |
| + Future run({testeeBefore(): null, |
|
Jacob
2016/02/24 00:18:20
why is this change in this CL?
Alan Knight
2016/02/24 00:24:58
Oops. Not synced properly. Fixed.
|
| + testeeConcurrent(): null, |
| bool pause_on_start: false, |
| bool pause_on_exit: false}) async { |
| if (!pause_on_start) { |