| Index: runtime/observatory/tests/service/pause_on_unhandled_async_exceptions2_test.dart
|
| diff --git a/runtime/observatory/tests/service/pause_on_unhandled_async_exceptions2_test.dart b/runtime/observatory/tests/service/pause_on_unhandled_async_exceptions2_test.dart
|
| index 6ee06c8e4e26a0b08583993c0b444f5817210be0..bdc7d7e915d5aabd32343a1ac3cd68932ea249eb 100644
|
| --- a/runtime/observatory/tests/service/pause_on_unhandled_async_exceptions2_test.dart
|
| +++ b/runtime/observatory/tests/service/pause_on_unhandled_async_exceptions2_test.dart
|
| @@ -37,7 +37,7 @@ testeeMain() async {
|
| var tests = [
|
| hasStoppedWithUnhandledException,
|
| (Isolate isolate) async {
|
| - print("We stoppped!");
|
| + print("We stopped!");
|
| var stack = await isolate.getStack();
|
| expect(stack['asyncCausalFrames'], isNotNull);
|
| var asyncStack = stack['asyncCausalFrames'];
|
|
|