| Index: pkg/analyzer/test/src/dart/ast/utilities_test.dart
|
| diff --git a/pkg/analyzer/test/src/dart/ast/utilities_test.dart b/pkg/analyzer/test/src/dart/ast/utilities_test.dart
|
| index 77a68ebf547102fed368f8080bdf0c136ffcb556..ce4b4994d2a1eb505363cd59cf67cd8c38e7f873 100644
|
| --- a/pkg/analyzer/test/src/dart/ast/utilities_test.dart
|
| +++ b/pkg/analyzer/test/src/dart/ast/utilities_test.dart
|
| @@ -420,7 +420,7 @@ class B {}''');
|
| }
|
|
|
| void _assertLocate(CompilationUnit unit, int start, int end,
|
| - Predicate<AstNode> predicate, Type expectedClass) {
|
| + Predicate<Object> predicate, Type expectedClass) {
|
| NodeLocator locator = new NodeLocator(start, end);
|
| AstNode node = locator.searchWithin(unit);
|
| expect(node, isNotNull);
|
|
|