| Index: tests/lib/convert/codec2_test.dart
|
| diff --git a/tests/lib/codec/codec2_test.dart b/tests/lib/convert/codec2_test.dart
|
| similarity index 98%
|
| rename from tests/lib/codec/codec2_test.dart
|
| rename to tests/lib/convert/codec2_test.dart
|
| index 606d454cfd00aeefc13609376cc8f44de582952b..fce07ea580c9a3347071594ab276f8e44da458c0 100644
|
| --- a/tests/lib/codec/codec2_test.dart
|
| +++ b/tests/lib/convert/codec2_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.
|
|
|
| -import 'dart:codec';
|
| +import 'dart:convert';
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|