Index: pkg/analysis_server/test/completion_test.dart |
diff --git a/pkg/analysis_server/test/completion_test.dart b/pkg/analysis_server/test/completion_test.dart |
index d602bdedcf01a8b6be5f65fa979e229da8bb9a62..7fc8d2318d8c4e0be390c34946d225c7dda60d2e 100644 |
--- a/pkg/analysis_server/test/completion_test.dart |
+++ b/pkg/analysis_server/test/completion_test.dart |
@@ -2851,7 +2851,7 @@ class A { |
// test analysis of untyped fields and top-level vars |
buildTests('test035', '''class Y {final x='hi';mth() {x.!1length;}}''', |
- <String>["1+length"]); |
+ <String>["1+length"], failingTests: '1'); |
// TODO(scheglov) decide what to do with Type for untyped field (not |
// supported by the new store) |