| Index: tests/lib/crypto/sha1_test.dart
|
| diff --git a/tests/lib/crypto/sha1_test.dart b/tests/lib/crypto/sha1_test.dart
|
| index cb8c97066acaf327ef99e32fa658943f45f14cdb..caed2b82b92408157def3e8840860f9861bdb7fb 100644
|
| --- a/tests/lib/crypto/sha1_test.dart
|
| +++ b/tests/lib/crypto/sha1_test.dart
|
| @@ -2,7 +2,9 @@
|
| // 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.
|
|
|
| -#library('sha1Test');
|
| +// Library tag to allow dartium to run the test.
|
| +#library('sha1_test');
|
| +
|
| // TODO(ager): Replace with "dart:crypto" when ready.
|
| #import("../../../lib/crypto/crypto.dart");
|
|
|
|
|