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

Unified Diff: tests/lib/convert/codec1_test.dart

Issue 19941002: Remove dart:codec and move classes into dart:convert. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase. Created 7 years, 5 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: tests/lib/convert/codec1_test.dart
diff --git a/tests/lib/codec/codec1_test.dart b/tests/lib/convert/codec1_test.dart
similarity index 98%
rename from tests/lib/codec/codec1_test.dart
rename to tests/lib/convert/codec1_test.dart
index c4b756c74cb087688d8565b8dc6306635b211422..6132c9616b87ef7db401a6b8e5f96c09a425b4ce 100644
--- a/tests/lib/codec/codec1_test.dart
+++ b/tests/lib/convert/codec1_test.dart
@@ -2,7 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'dart:codec';
import 'dart:convert';
import 'package:expect/expect.dart';

Powered by Google App Engine
This is Rietveld 408576698