| Index: utils/tests/pub/yaml_test.dart
|
| diff --git a/tests/utils/yaml_test.dart b/utils/tests/pub/yaml_test.dart
|
| similarity index 99%
|
| rename from tests/utils/yaml_test.dart
|
| rename to utils/tests/pub/yaml_test.dart
|
| index 312915a43f839368af8e142195695ccdf9eb6828..2d1a1b1c3202126636a1a69336c80f5b77775f26 100644
|
| --- a/tests/utils/yaml_test.dart
|
| +++ b/utils/tests/pub/yaml_test.dart
|
| @@ -4,10 +4,10 @@
|
|
|
| #library('yaml_test');
|
|
|
| -#import('../../lib/unittest/unittest.dart');
|
| -#import('../../utils/yaml/yaml.dart');
|
| -#import('../../utils/yaml/deep_equals.dart');
|
| -#import('test_utils.dart');
|
| +#import('../../../lib/unittest/unittest.dart');
|
| +#import('../../pub/yaml/yaml.dart');
|
| +#import('../../pub/yaml/deep_equals.dart');
|
| +#import('../../../tests/utils/test_utils.dart');
|
|
|
| /** Constructs a new yaml.YamlMap, optionally from a normal Map. */
|
| Map yamlMap([Map from]) =>
|
|
|