| Index: tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
|
| index 26a2678de394622d71375c92a2539db6f154dd32..54bbdf85471e884c379bb307479ff92bacbd2c4c 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 {}
|
| @@ -40,7 +40,7 @@ class Math {
|
| }
|
| ''';
|
|
|
| -const ioLib = @'''
|
| +const ioLib = r'''
|
| #library('io');
|
| class Platform {
|
| static int operatingSystem;
|
|
|