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

Unified Diff: tests/lib/crypto/sha1_test.dart

Issue 15820008: Remove library dart:crypto (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments Created 7 years, 7 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 | « tests/lib/crypto/hmac_sha256_test.dart ('k') | tests/lib/crypto/sha256_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/crypto/sha1_test.dart
diff --git a/tests/lib/crypto/sha1_test.dart b/tests/lib/crypto/sha1_test.dart
index 1254dc8dcd62d70861c3ae5b8577fc912f1c4d4e..24a7271762b39c8a70c15b51f6b480a426c9cfb2 100644
--- a/tests/lib/crypto/sha1_test.dart
+++ b/tests/lib/crypto/sha1_test.dart
@@ -6,7 +6,7 @@
library sha1_test;
import "package:expect/expect.dart";
-import 'dart:crypto';
+import "package:crypto/crypto.dart";
part 'sha1_long_test_vectors.dart';
part 'sha1_short_test_vectors.dart';
« no previous file with comments | « tests/lib/crypto/hmac_sha256_test.dart ('k') | tests/lib/crypto/sha256_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698