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

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

Issue 11434041: Sort constructors while renaming. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | « sdk/lib/_internal/compiler/implementation/dart_backend/renamer.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/dart_backend_test.dart
diff --git a/tests/compiler/dart2js/dart_backend_test.dart b/tests/compiler/dart2js/dart_backend_test.dart
index bb8b2af0c4e3dce2cc6e6e77900be09aa3cc0d73..b6824c61a242878f149b913c333b1e2751bc814f 100644
--- a/tests/compiler/dart2js/dart_backend_test.dart
+++ b/tests/compiler/dart2js/dart_backend_test.dart
@@ -718,8 +718,7 @@ main() {
testVariableDefinitions();
testGetSet();
testAbstractClass();
- // TODO(6976): Re-enable when fixed.
- //testConflictSendsRename();
+ testConflictSendsRename();
testNoConflictSendsRename();
testConflictLibraryClassRename();
testDefaultClassWithArgs();
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/dart_backend/renamer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698