| 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 70ac85438ea320116b1c5b05e926239111a2926b..778b1f0ce06cd40d3ced42469088a8c7c1baabe8 100644
|
| --- a/pkg/analysis_server/test/completion_test.dart
|
| +++ b/pkg/analysis_server/test/completion_test.dart
|
| @@ -1349,8 +1349,7 @@ export 'dart:!1''',
|
| "1+dart:math",
|
| "1-dart:_chrome",
|
| "1-dart:_collection.dev"
|
| - ],
|
| - failingTests: '1');
|
| + ]);
|
|
|
| buildTests(
|
| 'testCompletion_export_noStringLiteral_noSemicolon',
|
| @@ -1497,8 +1496,7 @@ import 'dart:!1''',
|
| "1+dart:math",
|
| "1-dart:_chrome",
|
| "1-dart:_collection.dev"
|
| - ],
|
| - failingTests: '1');
|
| + ]);
|
|
|
| buildTests(
|
| 'testCompletion_import_hasStringLiteral_noSemicolon',
|
|
|