| Index: tests/standalone/crypto/base64_test.dart
|
| diff --git a/tests/standalone/src/crypto/Base64Test.dart b/tests/standalone/crypto/base64_test.dart
|
| similarity index 98%
|
| rename from tests/standalone/src/crypto/Base64Test.dart
|
| rename to tests/standalone/crypto/base64_test.dart
|
| index 3385e0c35dad7e360d87718dee95942074112d62..063dc53017d065495b7d13fd8ff9a4a747fcf620 100644
|
| --- a/tests/standalone/src/crypto/Base64Test.dart
|
| +++ b/tests/standalone/crypto/base64_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/base64.dart");
|
| +#source("../../../runtime/bin/base64.dart");
|
|
|
| void main() {
|
| String line;
|
|
|