| Index: runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart
|
| diff --git a/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart b/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart
|
| index 2a3c2508b87eb9164c21ad56ccf78fae5b20dac3..ca01ecf12e5a6be059306183fc613add78f7c4b2 100644
|
| --- a/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart
|
| +++ b/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart
|
| @@ -16,7 +16,7 @@ doThrow() {
|
| var tests = [
|
| hasStoppedWithUnhandledException,
|
| (Isolate isolate) async {
|
| - print("We stoppped!");
|
| + print("We stopped!");
|
| var stack = await isolate.getStack();
|
| expect(stack['frames'][0].function.name, equals('doThrow'));
|
| }
|
|
|