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

Unified Diff: sdk/lib/_internal/pub/test/dart2js/compiles_entrypoints_in_root_package_test.dart

Issue 221413007: Reorganize the dart2js transformer tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 months 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: sdk/lib/_internal/pub/test/dart2js/compiles_entrypoints_in_root_package_test.dart
diff --git a/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_root_package_test.dart b/sdk/lib/_internal/pub/test/dart2js/compiles_entrypoints_in_root_package_test.dart
similarity index 99%
rename from sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_root_package_test.dart
rename to sdk/lib/_internal/pub/test/dart2js/compiles_entrypoints_in_root_package_test.dart
index d5f1fc55ed481147ed06de8f86ca8ed701d68d06..0d93ce986f8041b4adc94118796b18806c7869c2 100644
--- a/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_root_package_test.dart
+++ b/sdk/lib/_internal/pub/test/dart2js/compiles_entrypoints_in_root_package_test.dart
@@ -9,7 +9,6 @@ import '../test_pub.dart';
main() {
initConfig();
-
integration("compiles Dart entrypoints in root package to JS", () {
// Dart2js can take a long time to compile dart code, so we increase the
// timeout to cope with that.

Powered by Google App Engine
This is Rietveld 408576698