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). |