| Index: pkg/analyzer/test/src/summary/resynthesize_common.dart
|
| diff --git a/pkg/analyzer/test/src/summary/resynthesize_common.dart b/pkg/analyzer/test/src/summary/resynthesize_common.dart
|
| index 664882b63e9b84fed9a49b9a858b7aaa810cbb02..be1ba73935d0d1d346dc3dcf20e2d6aebb7b000d 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_common.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_common.dart
|
| @@ -3433,6 +3433,12 @@ class D extends p.C {} // Prevent "unused import" warning
|
| expect(resynthesized.imports[1].importedLibrary.isDartCore, true);
|
| }
|
|
|
| + test_import_short_absolute() {
|
| + testFile = '/my/project/bin/test.dart';
|
| + addLibrarySource('/a.dart', 'class C {}');
|
| + checkLibrary('import "/a.dart"; C c;');
|
| + }
|
| +
|
| test_import_show() {
|
| addLibrary('dart:async');
|
| checkLibrary('''
|
|
|