| Index: pkg/analyzer/test/generated/all_the_rest_test.dart
|
| diff --git a/pkg/analyzer/test/generated/all_the_rest_test.dart b/pkg/analyzer/test/generated/all_the_rest_test.dart
|
| index d64495a5acbb3b70005216929e4509dce283b361..0b878f5b8ca2262f23257742a649d5e084eaa5b8 100644
|
| --- a/pkg/analyzer/test/generated/all_the_rest_test.dart
|
| +++ b/pkg/analyzer/test/generated/all_the_rest_test.dart
|
| @@ -7055,19 +7055,6 @@ core.int value;''');
|
| TopLevelVariableElement, element);
|
| }
|
|
|
| - void test_locateWithOffset_BinaryExpression() {
|
| - AstNode id = _findNodeIn("+", "var x = 3 + 4;");
|
| - Element element = ElementLocator.locateWithOffset(id, 0);
|
| - EngineTestCase.assertInstanceOf(
|
| - (obj) => obj is MethodElement, MethodElement, element);
|
| - }
|
| -
|
| - void test_locateWithOffset_StringLiteral() {
|
| - AstNode id = _findNodeIn("abc", "var x = 'abc';");
|
| - Element element = ElementLocator.locateWithOffset(id, 1);
|
| - expect(element, isNull);
|
| - }
|
| -
|
| /**
|
| * Find the first AST node matching a pattern in the resolved AST for the given source.
|
| *
|
|
|