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

Unified Diff: tests/language_strong/null_test.dart

Issue 2841543002: Spelling a (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
« no previous file with comments | « tests/language_strong/mul_recipr_test.dart ('k') | tests/lib/mirrors/method_mirror_returntype_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/null_test.dart
diff --git a/tests/language_strong/null_test.dart b/tests/language_strong/null_test.dart
index 564a360eaae0fc60e0435a3068d263942afe57dd..f963be5baeac7006d04b67f50f998db4e99ee527 100644
--- a/tests/language_strong/null_test.dart
+++ b/tests/language_strong/null_test.dart
@@ -196,7 +196,7 @@ void test() {
Expect.throws(() => obj.notDeclared());
var noSuchMethod = null.noSuchMethod;
- // Assing to "var" to prevent warning.
+ // Assign to "var" to prevent warning.
var capture = new CaptureInvocationMirror();
var mirror = capture.notDeclared();
Expect.throws(() => noSuchMethod(mirror));
« no previous file with comments | « tests/language_strong/mul_recipr_test.dart ('k') | tests/lib/mirrors/method_mirror_returntype_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698