Chromium Code Reviews| Index: tests/compiler/dart2js/parameter_phi_elimination_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/parameter_phi_elimination_test.dart (revision 11349) |
| +++ tests/compiler/dart2js/parameter_phi_elimination_test.dart (working copy) |
| @@ -8,7 +8,7 @@ |
| #import("compiler_helper.dart"); |
| -final String SOURCE = @""" |
| +const String SOURCE = @""" |
| bool baz(int a, int b) { |
| while (a == b || a < b) { |
| a = a + b; |