| Index: pkg/analysis_server/test/services/completion/completion_target_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/completion_target_test.dart b/pkg/analysis_server/test/services/completion/completion_target_test.dart
|
| index 16983af755c8edaa23701d5f092ab9e22c11c7fb..0bf95cf995c3bec72648fd83375475143727fe23 100644
|
| --- a/pkg/analysis_server/test/services/completion/completion_target_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/completion_target_test.dart
|
| @@ -475,9 +475,9 @@ class C2 {
|
| }
|
|
|
| test_TypeArgumentList() {
|
| - // SimpleIdentifier BinaryExpression ExpressionStatement
|
| + // TypeName TypeArgumentList TypeName
|
| addTestSource('main() { C<^> c; }');
|
| - assertTarget('', 'C < ');
|
| + assertTarget('', '<>');
|
| }
|
|
|
| test_TypeArgumentList2() {
|
|
|