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

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

Issue 704053002: Fix dart2js tests in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/dart2js/minify_configuration_overrides_mode_test.dart
diff --git a/sdk/lib/_internal/pub/test/dart2js/minify_configuration_overrides_mode_test.dart b/sdk/lib/_internal/pub/test/dart2js/minify_configuration_overrides_mode_test.dart
index 739bd9d0fd9fd0c392b26be2cc1eef631330bb92..da0e6bcc302d4cbed7ecd75aef016f64c646b475 100644
--- a/sdk/lib/_internal/pub/test/dart2js/minify_configuration_overrides_mode_test.dart
+++ b/sdk/lib/_internal/pub/test/dart2js/minify_configuration_overrides_mode_test.dart
@@ -15,7 +15,10 @@ main() {
"transformers": [{
"\$dart2js": {"minify": true}
}]
- })
+ }),
+ d.dir("web", [
+ d.file("main.dart", "void main() => print('Hello!');")
+ ])
Bob Nystrom 2014/11/06 01:32:34 Wow. Oops. :(
]).create();
pubServe();

Powered by Google App Engine
This is Rietveld 408576698