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

Unified Diff: utils/pub/validator.dart

Issue 11830017: Fix ALL the pub tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: utils/pub/validator.dart
diff --git a/utils/pub/validator.dart b/utils/pub/validator.dart
index 9a15598deb866d7c1190bbd02737a2840501c26c..94f20d586171cc130be6e8629e14f64c632e475a 100644
--- a/utils/pub/validator.dart
+++ b/utils/pub/validator.dart
@@ -4,6 +4,8 @@
library validator;
+import 'dart:async';
+
import 'entrypoint.dart';
import 'log.dart' as log;
import 'io.dart';

Powered by Google App Engine
This is Rietveld 408576698