Chromium Code Reviews| Index: tests/compiler/dart2js/is_inference2_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/is_inference2_test.dart (revision 11349) |
| +++ tests/compiler/dart2js/is_inference2_test.dart (working copy) |
| @@ -4,7 +4,7 @@ |
| #import("compiler_helper.dart"); |
| -final String TEST_IF_BOOL_FIRST_INSTRUCTION = @""" |
| +const String TEST_IF_BOOL_FIRST_INSTRUCTION = @""" |
| negate(x) { |
| if (x is bool) return !x; |
| return x; |