Chromium Code Reviews| Index: tests/compiler/dart2js/type_inference5_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/type_inference5_test.dart (revision 11349) |
| +++ tests/compiler/dart2js/type_inference5_test.dart (working copy) |
| @@ -4,7 +4,7 @@ |
| #import("compiler_helper.dart"); |
| -final String TEST_ONE = @""" |
| +const String TEST_ONE = @""" |
| foo(j) { |
| var a = [1, 2, 3]; |
| for (var i = j; i < 3; i++) { |