| Index: pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| index 33601f7e27831c9a420f92ef6ab787f7425bc8e4..8c883e1ee53a360f2781ffe528572007aabfe7a8 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| @@ -4540,7 +4540,8 @@ build() => new Container(
|
| await computeSuggestions(options: generateChildrenBoilerPlate);
|
|
|
| assertSuggestConstructor("Row",
|
| - defaultArgListString: "children: <Widget>[]");
|
| + defaultArgListString: "children: <Widget>[]",
|
| + defaultArgumentListTextRanges: [10, 10]);
|
| }
|
|
|
| /// Sanity check. Permutations tested in local_ref_contributor.
|
|
|