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

Unified Diff: test/registry_test.dart

Issue 1036513002: pkg/isolate: spelling fixes (Closed) Base URL: https://github.com/dart-lang/isolate.git@master
Patch Set: one more Created 5 years, 9 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
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/registry_test.dart
diff --git a/test/registry_test.dart b/test/registry_test.dart
index c67e99c0b70d5f2ea0b4ef0300774b15f4eada18..d03623b452983f90b3609f486a315197a526d158 100644
--- a/test/registry_test.dart
+++ b/test/registry_test.dart
@@ -467,9 +467,9 @@ void testMultiRegistry() {
expect(entries, hasLength(1));
l2 = entries.first;
expect(l2, equals(l1));
- // The object for registry2 is not idential the one for registry1.
+ // The object for registry2 is not identical the one for registry1.
expect(!identical(l1, l2), isTrue);
- // Removeing the registry1 object through registry2 doesn't work.
+ // Removing the registry1 object through registry2 doesn't work.
return registry2.remove(l1, removeCapability);
}).then((removeSuccess) {
expect(removeSuccess, isFalse);
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698