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

Unified Diff: tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart

Issue 2774783002: Re-land "Format all multitests" (Closed)
Patch Set: Created 3 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
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 aa616e228d7082b1731d5b3a579028cc15d33b84..9359d47601fa1a0a2ebfd08e9b161adc9d4a39b1 100644
--- a/tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart
+++ b/tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart
@@ -19,7 +19,7 @@ main() {
Expect.isTrue(fooMirror != null, 'Foo not found.');
Expect.isTrue(thisLibrary.declarations[#Foo] is TypedefMirror,
- 'TypedefMirror expected, found $fooMirror');
+ 'TypedefMirror expected, found $fooMirror');
// The following code does not currenty work on the VM, because it does not
// support MirrorsUsed (see dartbug.com/16048).
« no previous file with comments | « tests/lib_strong/mirrors/mirrors_nsm_test.dart ('k') | tests/lib_strong/mirrors/parameter_is_const_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698