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

Unified Diff: test/sha256_test.dart

Issue 1151753006: Upgrade tests to the new version of test package (Closed) Base URL: https://github.com/dart-lang/crypto.git@master
Patch Set: Created 5 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 | « test/sha1_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/sha256_test.dart
diff --git a/test/sha256_test.dart b/test/sha256_test.dart
index e86a322800abe5c2a888cfa8be6d9d120da6660f..ae16054c278fa0d305e2ea1b5e38a1d10d55a13c 100644
--- a/test/sha256_test.dart
+++ b/test/sha256_test.dart
@@ -5,7 +5,7 @@
// Library tag to allow Dartium to run the tests.
library sha256_test;
-import "package:unittest/unittest.dart";
+import "package:test/test.dart";
import "package:crypto/crypto.dart";
part 'sha256_long_test_vectors.dart';
« no previous file with comments | « test/sha1_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698