Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: tests/compiler/dart2js/unparser_test.dart

Issue 10834146: Revert resolver from https://chromiumcodereview.appspot.com/10824062 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/compiler/implementation/resolver.dart ('k') | tests/language/language.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « lib/compiler/implementation/resolver.dart ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698