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

Unified Diff: sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_js_test.dart

Issue 69043003: Allow user to specify mode for pub build/serve. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Get rid of "--minify" flags. Created 7 years, 1 month 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/build/compiles_dart_entrypoints_to_js_test.dart
diff --git a/sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_dart_and_js_test.dart b/sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_js_test.dart
similarity index 95%
rename from sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_dart_and_js_test.dart
rename to sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_js_test.dart
index f69676a5a26c4ce44d7d63ca76e66e8b50716229..725fac58fef8652fe184fab143f4875679f0f7ac 100644
--- a/sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_dart_and_js_test.dart
+++ b/sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_js_test.dart
@@ -13,7 +13,7 @@ main() {
// TODO(rnystrom): Should also add tests that other transformers work
// (#14556).
- integration("compiles Dart entrypoints to Dart and JS", () {
+ integration("compiles Dart entrypoints to JS", () {
// Dart2js can take a long time to compile dart code, so we increase the
// timeout to cope with that.
currentSchedule.timeout *= 3;

Powered by Google App Engine
This is Rietveld 408576698