| Index: tests/compiler/dart2js_native/compiler_test_internals.dart
|
| diff --git a/pkg/polymer_expressions/benchmark/all.dart b/tests/compiler/dart2js_native/compiler_test_internals.dart
|
| similarity index 57%
|
| copy from pkg/polymer_expressions/benchmark/all.dart
|
| copy to tests/compiler/dart2js_native/compiler_test_internals.dart
|
| index 2aaabca42fa686d561f1ae800622da1d161ce77f..be2c4b6747576f30296fce850e2fcf296b55d152 100644
|
| --- a/pkg/polymer_expressions/benchmark/all.dart
|
| +++ b/tests/compiler/dart2js_native/compiler_test_internals.dart
|
| @@ -2,12 +2,9 @@
|
| // 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.
|
|
|
| -library polymer_expressions.benchmark.all;
|
| +library compiler_test_internals;
|
|
|
| -import 'parse.dart' as parse;
|
| -import 'eval.dart' as eval;
|
| +export 'dart:_js_helper' show
|
| + NoSideEffects, NoThrows, NoInline, IrRepresentation;
|
|
|
| -main() {
|
| - parse.main();
|
| - eval.main();
|
| -}
|
| +export 'dart:_foreign_helper' show JS;
|
|
|