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

Unified Diff: sdk/lib/_internal/pub_generated/test/serve/invalid_method_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/serve/invalid_method_test.dart
diff --git a/sdk/lib/_internal/pub/test/serve/invalid_method_test.dart b/sdk/lib/_internal/pub_generated/test/serve/invalid_method_test.dart
similarity index 78%
copy from sdk/lib/_internal/pub/test/serve/invalid_method_test.dart
copy to sdk/lib/_internal/pub_generated/test/serve/invalid_method_test.dart
index a49f77b2cb0c7ecca9d5a30b6916fec27d87d0bb..cccad88615b5162760d7ed761509720c8327d599 100644
--- a/sdk/lib/_internal/pub/test/serve/invalid_method_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/serve/invalid_method_test.dart
@@ -11,12 +11,9 @@ import 'utils.dart';
main() {
initConfig();
integration("responds with a 405 for an invalid method", () {
- d.dir(appPath, [
- d.appPubspec(),
- d.dir("web", [
- d.file("index.html", "<body>"),
- ])
- ]).create();
+ d.dir(
+ appPath,
+ [d.appPubspec(), d.dir("web", [d.file("index.html", "<body>"),])]).create();
pubServe();

Powered by Google App Engine
This is Rietveld 408576698