| Index: tests/standalone/crypto/base64_test.dart
|
| diff --git a/tests/standalone/crypto/base64_test.dart b/tests/standalone/crypto/base64_test.dart
|
| index 1d47aac4121a7c6a96b7fe80c5d1e1e9b4f22c61..96de0c2ebe8c9874162dfbe0cf28db6504a44e1c 100644
|
| --- a/tests/standalone/crypto/base64_test.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("../../../lib/io/base64.dart");
|
|
|
| void main() {
|
| String line;
|
|
|