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

Unified Diff: pkg/barback/test/utils.dart

Issue 243793005: Don't require Transformer methods to return Futures. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: pkg/barback/test/utils.dart
diff --git a/pkg/barback/test/utils.dart b/pkg/barback/test/utils.dart
index ee038fc15dd9cc00d6f8450e41c22534fa8ff1ed..fa20ee54fdd39b6bb265b8c47b46609fb8a3138b 100644
--- a/pkg/barback/test/utils.dart
+++ b/pkg/barback/test/utils.dart
@@ -5,7 +5,6 @@
library barback.test.utils;
import 'dart:async';
-import 'dart:collection';
import 'dart:convert' show Encoding;
import 'package:barback/barback.dart';

Powered by Google App Engine
This is Rietveld 408576698