Chromium Code Reviews| Index: tests/compiler/dart2js/is_inference2_test.dart |
| diff --git a/tests/compiler/dart2js/is_inference2_test.dart b/tests/compiler/dart2js/is_inference2_test.dart |
| index 2d7d5c39f00e11d624209da0bb4222c23fb8ac34..c48e4a2f332b42f326d293389bba70eae9c3e8c0 100644 |
| --- a/tests/compiler/dart2js/is_inference2_test.dart |
| +++ b/tests/compiler/dart2js/is_inference2_test.dart |
| @@ -4,7 +4,7 @@ |
| #import("compiler_helper.dart"); |
| -const String TEST_IF_BOOL_FIRST_INSTRUCTION = @""" |
| +const String TEST_IF_BOOL_FIRST_INSTRUCTION = r""" |
| negate(x) { |
| if (x is bool) return !x; |
| return x; |