Index: runtime/observatory/tests/service/pause_on_unhandled_async_exceptions_test.dart |
diff --git a/runtime/observatory/tests/service/pause_on_unhandled_async_exceptions_test.dart b/runtime/observatory/tests/service/pause_on_unhandled_async_exceptions_test.dart |
index fbe9648d5c80827ce1c5a9d09a53fe8a91b02d70..7f35d4cc9c91748c87c2048a37d6438e00f66daf 100644 |
--- a/runtime/observatory/tests/service/pause_on_unhandled_async_exceptions_test.dart |
+++ b/runtime/observatory/tests/service/pause_on_unhandled_async_exceptions_test.dart |
@@ -39,7 +39,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']; |