Comment out test that depends on class registration order.

Review URL: https://codereview.chromium.org//11348251

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15401 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ngeoffray@google.com 2012-11-27 17:00:27 +00:00
parent 65a0ccaa3b
commit a850cc252f

View file

@ -718,7 +718,8 @@ main() {
testVariableDefinitions();
testGetSet();
testAbstractClass();
testConflictSendsRename();
// TODO(6976): Re-enable when fixed.
//testConflictSendsRename();
testNoConflictSendsRename();
testConflictLibraryClassRename();
testDefaultClassWithArgs();