| Index: runtime/observatory/tests/service/get_stack_rpc_test.dart
|
| diff --git a/runtime/observatory/tests/service/get_stack_rpc_test.dart b/runtime/observatory/tests/service/get_stack_rpc_test.dart
|
| index a2bbc818448caced1a8621216012c79c20ae4217..550a3da9915f98193454b1a5d17d5803fa5d1d6c 100644
|
| --- a/runtime/observatory/tests/service/get_stack_rpc_test.dart
|
| +++ b/runtime/observatory/tests/service/get_stack_rpc_test.dart
|
| @@ -37,6 +37,8 @@ var tests = [
|
| await isolate.rootLib.load();
|
| var script = isolate.rootLib.scripts[0];
|
| await script.load();
|
| + await hasStoppedAtBreakpoint(isolate);
|
| + // Sanity check.
|
| expect(isolate.pauseEvent.eventType, equals(ServiceEvent.kPauseBreakpoint));
|
| },
|
|
|
|
|