Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1719)

Unified Diff: tests/compiler/dart2js_native/compiler_test_internals.dart

Issue 108333007: tests for inlining between IR and AST functions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: \moved tests to dart2js_extra, library for test annotations Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698