Chromium Code Reviews| Index: tests/compiler/dart2js/no_constructor_body_test.dart |
| diff --git a/tests/compiler/dart2js/no_constructor_body_test.dart b/tests/compiler/dart2js/no_constructor_body_test.dart |
| index e88984246d620928d45afac274ef1a9da6c87b3e..52ce77c484d030913aa747853b589b46d25d9a05 100644 |
| --- a/tests/compiler/dart2js/no_constructor_body_test.dart |
| +++ b/tests/compiler/dart2js/no_constructor_body_test.dart |
| @@ -4,7 +4,7 @@ |
| #import("compiler_helper.dart"); |
| -const String TEST = @""" |
| +const String TEST = r""" |
| class A { |
| A.foo() {} |
| A(); |