Chromium Code Reviews| Index: tests/compiler/dart2js/identity_test.dart |
| diff --git a/tests/compiler/dart2js/identity_test.dart b/tests/compiler/dart2js/identity_test.dart |
| index f2f485d5661b67c2d4dff0da6ea3539d21d2c5b4..f4c523a1390081d48eb5cf2e5160eb34fa6628cd 100644 |
| --- a/tests/compiler/dart2js/identity_test.dart |
| +++ b/tests/compiler/dart2js/identity_test.dart |
| @@ -4,7 +4,7 @@ |
| #import("compiler_helper.dart"); |
| -const String TEST_ONE = @""" |
| +const String TEST_ONE = r""" |
| class A {} |
| bool foo(bar) { |
| var x = new A(); |