| Index: tests/standalone/crypto/base64_test.dart
|
| diff --git a/tests/standalone/crypto/base64_test.dart b/tests/standalone/crypto/base64_test.dart
|
| index a4a020dfe0be52f45f18dd23f3987f28a26be98f..a20fd204e34d307015e0c80ff6cf37be148ac52c 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("../../../sdk/lib/io/base64.dart");
|
| +part "../../../sdk/lib/io/base64.dart";
|
|
|
| void main() {
|
| String line;
|
|
|