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

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

Issue 22909059: Some more removals of dart:utf. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « pkg/barback/pubspec.yaml ('k') | pkg/csslib/test/compiler_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/test/asset_test.dart
diff --git a/pkg/barback/test/asset_test.dart b/pkg/barback/test/asset_test.dart
index b26d4629cde8142236d4987b44c8dda43ddcdd0d..603ce431c511bd2eb590dcabeae2b3a0574ae9e8 100644
--- a/pkg/barback/test/asset_test.dart
+++ b/pkg/barback/test/asset_test.dart
@@ -7,11 +7,11 @@ library barback.test.asset_test;
import 'dart:async';
import 'dart:convert' show Encoding, UTF8, LATIN1;
import 'dart:io';
-import 'dart:utf';
import 'package:barback/barback.dart';
import 'package:path/path.dart' as pathos;
import 'package:unittest/unittest.dart';
+import 'package:utf/utf.dart';
floitsch 2013/08/26 18:21:16 We could remove this and the `show` above if we re
import 'utils.dart';
« no previous file with comments | « pkg/barback/pubspec.yaml ('k') | pkg/csslib/test/compiler_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698