| Index: tests/lib/crypto/base64_test.dart
|
| diff --git a/tests/lib/crypto/base64_test.dart b/tests/lib/crypto/base64_test.dart
|
| index 663e0675018d61f582bbcbc37dfe13cdf69f806f..efc438ecdb92f11d9ecb2783914c0ecbb35d190a 100644
|
| --- a/tests/lib/crypto/base64_test.dart
|
| +++ b/tests/lib/crypto/base64_test.dart
|
| @@ -6,7 +6,7 @@
|
| library base64_test;
|
|
|
| import "package:expect/expect.dart";
|
| -import 'dart:crypto';
|
| +import "package:crypto/crypto.dart";
|
| import 'dart:math';
|
|
|
| // Data from http://tools.ietf.org/html/rfc4648.
|
|
|