| Index: runtime/observatory/test/source_location_test.dart
|
| diff --git a/runtime/observatory/test/source_location_test.dart b/runtime/observatory/test/source_location_test.dart
|
| index e0cdd2113e7f4512da7cd7a4c348fb9bfe25815b..bf3fbf65efc2974a3c1e38b452e3c8da5b221a23 100644
|
| --- a/runtime/observatory/test/source_location_test.dart
|
| +++ b/runtime/observatory/test/source_location_test.dart
|
| @@ -20,6 +20,7 @@ void testFunction() {
|
| class TestDebugger extends Debugger {
|
| TestDebugger(this.isolate, this.stack);
|
|
|
| + VM get vm => isolate.vm;
|
| Isolate isolate;
|
| ServiceMap stack;
|
| int currentFrame = 0;
|
|
|