| Index: tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
|
| index 4b0b3a8a3a27d5e0631147ddb47b99c32cd25d67..5a629c55b7a82190ab7246524a9d6a0b18bb9c96 100644
|
| --- a/tests/compiler/dart2js/unparser_test.dart
|
| +++ b/tests/compiler/dart2js/unparser_test.dart
|
| @@ -429,6 +429,7 @@ main() {
|
| testConflictLibraryClassRename();
|
| testNoConflictSendsRename();
|
| testConflictSendsRename();
|
| - testDefaultClassWithArgs();
|
| + // Disabled with revert of https://chromiumcodereview.appspot.com/10824062/
|
| + // testDefaultClassWithArgs();
|
| testClassExtendsWithArgs();
|
| }
|
|
|