| Index: tests/standalone/crypto/sha1_test.dart
|
| diff --git a/tests/standalone/src/crypto/Sha1Test.dart b/tests/standalone/crypto/sha1_test.dart
|
| similarity index 98%
|
| rename from tests/standalone/src/crypto/Sha1Test.dart
|
| rename to tests/standalone/crypto/sha1_test.dart
|
| index f1c0c221aaca8d591441c24b397652cce508c9a3..20aaafe8620531afd672c90660285128129c8d0b 100644
|
| --- a/tests/standalone/src/crypto/Sha1Test.dart
|
| +++ b/tests/standalone/crypto/sha1_test.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -#source("../../../../runtime/bin/sha1.dart");
|
| +#source("../../../runtime/bin/sha1.dart");
|
|
|
| void hexifyHash(List<int> data) {
|
| Expect.equals(20, data.length);
|
|
|