Index: tests/language/prefix16_test.dart |
=================================================================== |
--- tests/language/prefix16_test.dart (revision 13630) |
+++ tests/language/prefix16_test.dart (working copy) |
@@ -37,7 +37,7 @@ |
{ |
bool got_type_error = false; |
try { |
- // In production mode, malformed myFunc is mapped to (Dynamic) => Dynamic. |
+ // In production mode, malformed myFunc is mapped to (dynamic) => dynamic. |
Expect.isTrue(((int x) => x) is myFunc); |
} on TypeError catch (error) { |
got_type_error = true; |