| Index: pkg/watcher/lib/watcher.dart
|
| diff --git a/tests/standalone/http_launch_data/packages/simple/simple.dart b/pkg/watcher/lib/watcher.dart
|
| similarity index 71%
|
| copy from tests/standalone/http_launch_data/packages/simple/simple.dart
|
| copy to pkg/watcher/lib/watcher.dart
|
| index b571f9d53d583067fa97ba4d61d852a0656f0e76..c4824b8ec86518a118e48104d01b1efeb8a31680 100644
|
| --- a/tests/standalone/http_launch_data/packages/simple/simple.dart
|
| +++ b/pkg/watcher/lib/watcher.dart
|
| @@ -2,6 +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.
|
|
|
| -library simple;
|
| +library watcher;
|
|
|
| -String getSimpleString() => 'hello';
|
| +export 'src/watch_event.dart';
|
| +export 'src/directory_watcher.dart';
|
|
|