| Index: dart/tests/try/poi/serialize_test.dart
|
| diff --git a/dart/tests/try/poi/serialize_test.dart b/dart/tests/try/poi/serialize_test.dart
|
| index b5af1db566d5664881e4a39a0474c85b0a68f06d..36ca5ec37a6f295b30cfd5ca7aa015f7eddfb5d9 100644
|
| --- a/dart/tests/try/poi/serialize_test.dart
|
| +++ b/dart/tests/try/poi/serialize_test.dart
|
| @@ -31,7 +31,8 @@ Future testPoi() {
|
| Uri script = Platform.script.resolve('data/interesting.dart');
|
| FormattingDiagnosticHandler handler = new FormattingDiagnosticHandler();
|
|
|
| - int position = 241;
|
| + int position = 263;
|
| +
|
| Future future = poi.runPoi(script, position, handler.provider, handler);
|
| return future.then((Element element) {
|
| Uri foundScript = element.compilationUnit.script.resourceUri;
|
| @@ -69,7 +70,7 @@ final expected = {
|
| }
|
| ],
|
| "enclosing": {
|
| - "name": "tests/try/poi/data/interesting.dart",
|
| + "name": "interesting",
|
| "kind": "library",
|
| "members": [
|
| {
|
|
|