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

Unified Diff: sdk/lib/_internal/pub/test/deploy/with_no_web_directory_test.dart

Issue 19592015: Get rid of hokey dependencyMapList stuff. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/deploy/with_no_web_directory_test.dart
diff --git a/sdk/lib/_internal/pub/test/deploy/with_no_web_directory_test.dart b/sdk/lib/_internal/pub/test/deploy/with_no_web_directory_test.dart
index 0e0044b1a899c566f9a5e599c89550dad8617b06..8b17ebbec0f7ef08f9fbe014d1a95bbdf8fea664 100644
--- a/sdk/lib/_internal/pub/test/deploy/with_no_web_directory_test.dart
+++ b/sdk/lib/_internal/pub/test/deploy/with_no_web_directory_test.dart
@@ -9,7 +9,7 @@ main() {
initConfig();
integration("with no web directory", () {
- d.appDir([]).create();
+ d.appDir().create();
schedulePub(args: ["deploy"],
error: new RegExp(r"^There is no '[^']+[/\\]web' directory.$",
« no previous file with comments | « sdk/lib/_internal/pub/test/deploy/reports_dart_parse_errors_test.dart ('k') | sdk/lib/_internal/pub/test/descriptor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698