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

Unified Diff: sdk/lib/_internal/pub_generated/test/barback/fails_if_args_with_all_test.dart

Issue 887223007: Revert "Use native async/await support in pub." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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_generated/test/barback/fails_if_args_with_all_test.dart
diff --git a/sdk/lib/_internal/pub/test/barback/fails_if_args_with_all_test.dart b/sdk/lib/_internal/pub_generated/test/barback/fails_if_args_with_all_test.dart
similarity index 89%
copy from sdk/lib/_internal/pub/test/barback/fails_if_args_with_all_test.dart
copy to sdk/lib/_internal/pub_generated/test/barback/fails_if_args_with_all_test.dart
index 42f79431d630a6b1ac02ab1945d9c6988860acef..939b1227a916a7166799227ed36ded2b2a88c46e 100644
--- a/sdk/lib/_internal/pub/test/barback/fails_if_args_with_all_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/barback/fails_if_args_with_all_test.dart
@@ -16,7 +16,8 @@ main() {
d.appDir().create();
});
- pubBuildAndServeShouldFail("if a directory is passed with --all",
+ pubBuildAndServeShouldFail(
+ "if a directory is passed with --all",
args: ["example", "--all"],
error: 'Directory names are not allowed if "--all" is passed.',
exitCode: exit_codes.USAGE);

Powered by Google App Engine
This is Rietveld 408576698