| Index: tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
|
| index 26a8940b24637727b5a15b7ef47d2c58fe23a74b..50845fb50a09fc33e77ee4b6f45dd75efe9af568 100644
|
| --- a/tests/compiler/dart2js/unparser_test.dart
|
| +++ b/tests/compiler/dart2js/unparser_test.dart
|
| @@ -408,22 +408,21 @@ main() {
|
| testNativeMethods();
|
| testPrefixIncrements();
|
| testConstModifier();
|
| - testStaticInvocation();
|
| testSimpleFileUnparse();
|
| + testTopLevelField();
|
| testSimpleObjectInstantiation();
|
| testSimpleTopLevelClass();
|
| testClassWithSynthesizedConstructor();
|
| testClassWithMethod();
|
| + testExtendsImplements();
|
| testVariableDefinitions();
|
| testGetSet();
|
| testFactoryConstructor();
|
| - testTopLevelField();
|
| testAbstractClass();
|
| - testConflictLibraryClassRename();
|
| - testNoConflictSendsRename();
|
| testConflictSendsRename();
|
| - // Disabled with revert of https://chromiumcodereview.appspot.com/10824062/
|
| - // testDefaultClassWithArgs();
|
| - if (false) // Temporary resolved, fix is near.
|
| + testNoConflictSendsRename();
|
| + testConflictLibraryClassRename();
|
| + testDefaultClassWithArgs();
|
| testClassExtendsWithArgs();
|
| + testStaticInvocation();
|
| }
|
|
|