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() { |
|
Kevin Millikin (Google)
2017/02/08 15:37:51
Do we have a plan for a better way to do this?
Cutch
2017/02/08 16:48:20
Why is this needed?
jensj
2017/02/13 14:04:15
Even though unittest.dart is included, it isn't in
jensj
2017/02/13 14:04:15
I don't know. It seems somewhat artificial to me t
|
| + // Use something from unittest.dart in order to get it included in kernel. |
| + formatStacks; |
| +} |
| + |
| var tests = [ |
| hasStoppedAtBreakpoint, |