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

Unified Diff: tests/lib_strong/async/intercept_schedule_microtask2_test.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: 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: tests/lib_strong/async/intercept_schedule_microtask2_test.dart
diff --git a/tests/lib_strong/async/intercept_schedule_microtask2_test.dart b/tests/lib_strong/async/intercept_schedule_microtask2_test.dart
index 8e991c01a0de244b1508eed0bfcb76e6767fd9ac..123f69d121e111a778da687e3151e7fa48cb5e3d 100644
--- a/tests/lib_strong/async/intercept_schedule_microtask2_test.dart
+++ b/tests/lib_strong/async/intercept_schedule_microtask2_test.dart
@@ -25,7 +25,7 @@ handler(fun) {
main() {
// Test that scheduleMicrotask interception works.
var result = runZonedScheduleMicrotask(body, onScheduleMicrotask: handler);
- // No need for a ReceivePort: If the runZonedScheduleMicrotask disbehaved we
+ // No need for a ReceivePort: If the runZonedScheduleMicrotask misbehaved we
// would have an [events] list that is different from what we expect.
Expect.listEquals(
["body entry", "handler", "run async body", "handler done"], events);

Powered by Google App Engine
This is Rietveld 408576698