| Index: pkg/json/test/json_test.dart
|
| diff --git a/tests/lib/json/json_test.dart b/pkg/json/test/json_test.dart
|
| similarity index 99%
|
| copy from tests/lib/json/json_test.dart
|
| copy to pkg/json/test/json_test.dart
|
| index bb171eaac818aa761b1d15f6a13b0f4af6f801e7..d146ce38de9e337daa6c3ccec7d4dad06684d039 100644
|
| --- a/tests/lib/json/json_test.dart
|
| +++ b/pkg/json/test/json_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library json_tests;
|
| import 'package:unittest/unittest.dart';
|
| -import 'dart:json' as json;
|
| +import 'package:json/json.dart' as json;
|
|
|
| main() {
|
| test('Parse', () {
|
|
|