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.$", |