Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Unified Diff: runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart

Issue 2833073002: Stoppp using trippple consonants (Closed)
Patch Set: More spolling Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'));
}

Powered by Google App Engine
This is Rietveld 408576698