| Index: pkg/analyzer/test/src/summary/summary_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/summary_test.dart b/pkg/analyzer/test/src/summary/summary_test.dart
|
| index 55c3a5f55aacb83ac2d8d8a03087ead3da981987..41692ab1fd7fbd628539443b956b49c0bea51251 100644
|
| --- a/pkg/analyzer/test/src/summary/summary_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/summary_test.dart
|
| @@ -121,7 +121,7 @@ UnlinkedPublicNamespace computePublicNamespaceFromText(
|
| /**
|
| * Type of a function that validates an [TypeRef].
|
| */
|
| -typedef bool _TypeRefValidator(TypeRef unlinkedTypeRef);
|
| +typedef void _TypeRefValidator(TypeRef unlinkedTypeRef);
|
|
|
| /**
|
| * Override of [SummaryTest] which verifies the correctness of the prelinker by
|
|
|