Chromium Code Reviews| Index: tests/compiler/dart2js/type_inference4_test.dart |
| diff --git a/tests/compiler/dart2js/type_inference4_test.dart b/tests/compiler/dart2js/type_inference4_test.dart |
| index 2e86d495fa719c6d0aea55bb8c53c35120db8502..4690202d41c105c5b84c04650a9a107d30e3291d 100644 |
| --- a/tests/compiler/dart2js/type_inference4_test.dart |
| +++ b/tests/compiler/dart2js/type_inference4_test.dart |
| @@ -4,7 +4,7 @@ |
| #import("compiler_helper.dart"); |
| -const String TEST_ONE = @""" |
| +const String TEST_ONE = r""" |
| foo(j) { |
| var a = [1, 2, 3]; |
| if (j < 0) j = 0; |