Chromium Code Reviews| Index: test/report_test.dart |
| diff --git a/test/report_test.dart b/test/report_test.dart |
| index c1e282b68f2ac06d6fd3f7b7443251726f7c7d2c..7858890ca5a09301eafb7d9bdc8e106ca84ddf30 100644 |
| --- a/test/report_test.dart |
| +++ b/test/report_test.dart |
| @@ -28,7 +28,7 @@ void main() { |
| 'package:foo/bar.dart': ''' |
| num x; |
| test2() { |
| - int y = /*info:DownCast*/x; |
| + int y = /*info:AssignmentCast*/x; |
| } |
| ''', |
| }; |