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

Unified Diff: sdk/lib/_internal/pub_generated/test/global/binstubs/utils.dart

Issue 810033009: Regenerate pub using the latest version of async-await. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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
« no previous file with comments | « sdk/lib/_internal/pub_generated/lib/src/validator/dependency.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub_generated/test/global/binstubs/utils.dart
diff --git a/sdk/lib/_internal/pub_generated/test/global/binstubs/utils.dart b/sdk/lib/_internal/pub_generated/test/global/binstubs/utils.dart
index 7e1a7ae98bc164ca116c76f7cc3486fcd67c8813..bd2243f4a8c22f5259e328451f4b346094316f5b 100644
--- a/sdk/lib/_internal/pub_generated/test/global/binstubs/utils.dart
+++ b/sdk/lib/_internal/pub_generated/test/global/binstubs/utils.dart
@@ -20,7 +20,7 @@ Future<Map> getEnvironment() {
join0(x0) {
var separator = x0;
var path = "${Platform.environment["PATH"]}${separator}${binDir}";
- getPubTestEnvironment().then((x1) {
+ new Future.value(getPubTestEnvironment()).then((x1) {
try {
var environment = x1;
environment["PATH"] = path;
« no previous file with comments | « sdk/lib/_internal/pub_generated/lib/src/validator/dependency.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698