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

Unified Diff: utils/pub/sdk.dart

Issue 13704003: Reapply "Add a sleep function to dart:io" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added "hide sleep" where needed Created 7 years, 8 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: utils/pub/sdk.dart
diff --git a/utils/pub/sdk.dart b/utils/pub/sdk.dart
index 7f6b14904fc60b0d14765e7811f640ceb984889f..3222c9e9f8eeed863b7b69d2844e78ac60ace547 100644
--- a/utils/pub/sdk.dart
+++ b/utils/pub/sdk.dart
@@ -56,4 +56,4 @@ Version _getVersion() {
return new Version(
int.parse(match[1]), int.parse(match[2]), int.parse(match[3]),
build: build);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698