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

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/ast/AstClonerTest.java

Issue 268673006: Fix for 10469- removal of the ArgumentDefinitionTest Ast node from the analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase before commit Created 6 years, 8 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 | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/ast/AstClonerTest.java
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/ast/AstClonerTest.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/ast/AstClonerTest.java
index 62e057ec589d0e24a6e504e5aeff0694477e0e40..0e51d200fe038077778958e83271504cf04c5cb6 100644
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/ast/AstClonerTest.java
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/ast/AstClonerTest.java
@@ -60,10 +60,6 @@ public class AstClonerTest extends EngineTestCase {
assertClone(annotation(identifier("A"), identifier("c"), argumentList()));
}
- public void test_visitArgumentDefinitionTest() {
- assertClone(argumentDefinitionTest("a"));
- }
-
public void test_visitArgumentList() {
assertClone(argumentList(identifier("a"), identifier("b")));
}
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698