Chromium Code Reviews

Unified Diff: editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/completion/CompletionTests.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.
Jump to:
View side-by-side diff with in-line comments
Index: editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/completion/CompletionTests.java
diff --git a/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/completion/CompletionTests.java b/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/completion/CompletionTests.java
index f0ba92db8c2c6b511d085998f9c39e88cccc3133..73921c91f9c04e9d30b7c1334f87b787a15cfbdf 100644
--- a/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/completion/CompletionTests.java
+++ b/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/completion/CompletionTests.java
@@ -1244,15 +1244,6 @@ public class CompletionTests extends CompletionTestCase {
test(source, "1+b");
}
- public void testCommentSnippets071() throws Exception {
- String source = src(
- "f(int x, [int a,int b, int c]) {",
- " int q;",
- " bool f = !!?!1a??b:!!?!2c == ?a?!!?c:?!3b;",
- "}");
- test(source, "1+a", "2+c", "2-q", "3+b");
- }
-
public void testCommentSnippets072() throws Exception {
String source = src(
"class X {",

Powered by Google App Engine