| Index: dart/tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/dart/tests/compiler/dart2js/unparser_test.dart b/dart/tests/compiler/dart2js/unparser_test.dart
|
| index 784798623e21828424431115b9994699c4f478d4..26a2678de394622d71375c92a2539db6f154dd32 100644
|
| --- a/dart/tests/compiler/dart2js/unparser_test.dart
|
| +++ b/dart/tests/compiler/dart2js/unparser_test.dart
|
| @@ -33,7 +33,7 @@ interface Function {}
|
| interface List {}
|
| interface Map {}
|
| interface Closure {}
|
| -interface Dynamic {}
|
| +interface Dynamic_ {}
|
| interface Null {}
|
| class Math {
|
| static double parseDouble(String s) => 1.0;
|
|
|