| Index: utils/tests/pub/yaml_test.dart
|
| diff --git a/utils/tests/pub/yaml_test.dart b/utils/tests/pub/yaml_test.dart
|
| index a71c3ba735cd29df8d0fdf8195effca5ca460688..370c9f7da081dfc194d241b6b0de0a720adffbb6 100644
|
| --- a/utils/tests/pub/yaml_test.dart
|
| +++ b/utils/tests/pub/yaml_test.dart
|
| @@ -7,8 +7,8 @@ library yaml_test;
|
| import 'dart:math';
|
|
|
| import '../../../pkg/unittest/lib/unittest.dart';
|
| -import '../../pub/yaml/yaml.dart';
|
| -import '../../pub/yaml/deep_equals.dart';
|
| +import '../../pub/yaml/lib/yaml.dart';
|
| +import '../../pub/yaml/lib/deep_equals.dart';
|
| import '../../../tests/utils/test_utils.dart';
|
|
|
| /** Constructs a new yaml.YamlMap, optionally from a normal Map. */
|
|
|