| Index: tests/compiler/dart2js/serialization/compilation1_test.dart
|
| diff --git a/pkg/analyzer_cli/test/data/embedder_client/embedder_yaml_user.dart b/tests/compiler/dart2js/serialization/compilation1_test.dart
|
| similarity index 57%
|
| copy from pkg/analyzer_cli/test/data/embedder_client/embedder_yaml_user.dart
|
| copy to tests/compiler/dart2js/serialization/compilation1_test.dart
|
| index 2d88a2adebdfa58a10363e94f0250ef66aa8b6b6..8eb5f47793fa596ae22e9c025741170d3302b510 100644
|
| --- a/pkg/analyzer_cli/test/data/embedder_client/embedder_yaml_user.dart
|
| +++ b/tests/compiler/dart2js/serialization/compilation1_test.dart
|
| @@ -2,8 +2,11 @@
|
| // 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.
|
|
|
| -import 'dart:bear'; // Defined in package_with_embedder_yaml/lib/_embedder.yaml
|
| +library dart2js.serialization.compilation1_test;
|
| +
|
| +import 'compilation_test_helper.dart' as test;
|
| +import 'test_data.dart';
|
|
|
| main() {
|
| - print(new Bear()); // Defined in 'dart:bear'
|
| + test.main(['0', '${TESTS.length ~/ 2}']);
|
| }
|
|
|