Chromium Code Reviews| Index: runtime/observatory/tests/service/debugger_location_test.dart |
| diff --git a/runtime/observatory/tests/service/debugger_location_test.dart b/runtime/observatory/tests/service/debugger_location_test.dart |
| index a637a830ffd36a0f8e0c597ab26f78f350512902..5c01d0245fcb731e832e4f5f8eac32bf674dab7f 100644 |
| --- a/runtime/observatory/tests/service/debugger_location_test.dart |
| +++ b/runtime/observatory/tests/service/debugger_location_test.dart |
| @@ -55,6 +55,11 @@ Future<Debugger> initDebugger(Isolate isolate) { |
| }); |
| } |
| +void dummy() { |
| + // Use something from unittest.dart in order to get it included in kernel. |
| + formatStacks; |
| +} |
| + |
| var tests = [ |
| hasStoppedAtBreakpoint, |