| Index: pkg/mdv/test/observe_utils.dart
|
| diff --git a/tests/html/mdv_observe_utils.dart b/pkg/mdv/test/observe_utils.dart
|
| similarity index 85%
|
| rename from tests/html/mdv_observe_utils.dart
|
| rename to pkg/mdv/test/observe_utils.dart
|
| index 56c3cebc3fc2710a2bcbff7102feb6c837d14d2b..d3f33e1b121f946948c7cff7970c29e0529d5244 100644
|
| --- a/tests/html/mdv_observe_utils.dart
|
| +++ b/pkg/mdv/test/observe_utils.dart
|
| @@ -2,9 +2,9 @@
|
| // 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.
|
|
|
| -library mdv_observe_utils;
|
| +library observe_utils;
|
|
|
| -import 'package:mdv_observe/mdv_observe.dart';
|
| +import 'package:observe/observe.dart';
|
|
|
| toSymbolMap(Map map) {
|
| var result = new ObservableMap.linked();
|
|
|