| Index: tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
|
| index 5186a136c9d0d4a83ea5357942289b8446eecd7f..b39d1311402ba1b098506c3167cc21a251dd028d 100644
|
| --- a/tests/compiler/dart2js/unparser_test.dart
|
| +++ b/tests/compiler/dart2js/unparser_test.dart
|
| @@ -21,7 +21,7 @@ testUnparseMember(String member) {
|
| Expect.equals(member, unparse(node));
|
| }
|
|
|
| -const coreLib = @'''
|
| +const coreLib = r'''
|
| #library('corelib');
|
| class Object {}
|
| interface bool {}
|
| @@ -41,7 +41,7 @@ class Math {
|
| }
|
| ''';
|
|
|
| -const ioLib = @'''
|
| +const ioLib = r'''
|
| #library('io');
|
| class Platform {
|
| static int operatingSystem;
|
|
|