| Index: tests/compiler/dart2js/sha1_test.dart
|
| diff --git a/tests/compiler/dart2js/sha1_test.dart b/tests/compiler/dart2js/sha1_test.dart
|
| index d622eec6efd1ae073677718faf6d775a40f91be0..c2002c9b3982c072bb51cac722db54d16c3acecd 100644
|
| --- a/tests/compiler/dart2js/sha1_test.dart
|
| +++ b/tests/compiler/dart2js/sha1_test.dart
|
| @@ -6,6 +6,7 @@
|
| // into the compiler.
|
|
|
| library sha1_test;
|
| +
|
| import 'package:compiler/src/hash/sha1.dart';
|
|
|
| import "package:unittest/unittest.dart";
|
| @@ -13,7 +14,6 @@ import "package:unittest/unittest.dart";
|
| part 'sha1_long_test_vectors.dart';
|
| part 'sha1_short_test_vectors.dart';
|
|
|
| -
|
| void main() {
|
| test('expected values', _testExpectedValues);
|
| test('invalid use', _testInvalidUse);
|
|
|