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

Unified Diff: tests/lib_strong/mirrors/mirrors_used_typedef_declaration_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
« no previous file with comments | « tests/lib_strong/mirrors/mirrors_reader.dart ('k') | tests/standalone/io/http_bind_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart
diff --git a/tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart b/tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart
index 9359d47601fa1a0a2ebfd08e9b161adc9d4a39b1..87681311f8c8653e457ca2baa54c9dbefec241f0 100644
--- a/tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart
+++ b/tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart
@@ -21,7 +21,7 @@ main() {
Expect.isTrue(thisLibrary.declarations[#Foo] is TypedefMirror,
'TypedefMirror expected, found $fooMirror');
- // The following code does not currenty work on the VM, because it does not
+ // The following code does not currently work on the VM, because it does not
// support MirrorsUsed (see dartbug.com/16048).
Mirror barMirror = thisLibrary.declarations[#Bar]; // //# 01: ok
Expect.isTrue(barMirror == null, // //# 01: continued
« no previous file with comments | « tests/lib_strong/mirrors/mirrors_reader.dart ('k') | tests/standalone/io/http_bind_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698