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

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

Issue 23543005: Make Transform a little more pleasant to use: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise test code for handling primaryInput. Created 7 years, 4 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 798b95876b4132404900fa287823fdf9ee676790..7fb1a23b0ee4da94378de14c4d6ff163bf4135f7 100644
--- a/pkg/barback/test/utils.dart
+++ b/pkg/barback/test/utils.dart
@@ -7,7 +7,6 @@ library barback.test.utils;
import 'dart:async';
import 'dart:collection';
import 'dart:convert' show Encoding;
-import 'dart:io';
import 'package:barback/barback.dart';
import 'package:barback/src/cancelable_future.dart';

Powered by Google App Engine
This is Rietveld 408576698