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 {", |