| Index: pkg/analyzer_cli/test/data/test_file.dart
|
| diff --git a/tests/compiler/dart2js_extra/deferred_fail_and_retry_lib.dart b/pkg/analyzer_cli/test/data/test_file.dart
|
| similarity index 83%
|
| copy from tests/compiler/dart2js_extra/deferred_fail_and_retry_lib.dart
|
| copy to pkg/analyzer_cli/test/data/test_file.dart
|
| index bf021a41818cb8a50e539b0689f4b8624792fd74..1ac3540f8cf07a42267eca31cac646fa9b1cccad 100644
|
| --- a/tests/compiler/dart2js_extra/deferred_fail_and_retry_lib.dart
|
| +++ b/pkg/analyzer_cli/test/data/test_file.dart
|
| @@ -2,6 +2,4 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -foo() {
|
| - return "loaded";
|
| -}
|
| +library analyzer_cli.test.data.test_file;
|
|
|