| Index: pkg/watcher/test/no_subscription/shared.dart
|
| diff --git a/pkg/watcher/test/no_subscription/shared.dart b/pkg/watcher/test/no_subscription/shared.dart
|
| index 99172a2e81b527805e0fbf9d02bafb132489b316..9ba5c98ed9535723c37cedf10081fd905bbb99da 100644
|
| --- a/pkg/watcher/test/no_subscription/shared.dart
|
| +++ b/pkg/watcher/test/no_subscription/shared.dart
|
| @@ -3,14 +3,13 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import 'dart:async';
|
| -import 'dart:io';
|
|
|
| import 'package:scheduled_test/scheduled_test.dart';
|
| import 'package:watcher/watcher.dart';
|
|
|
| import '../utils.dart';
|
|
|
| -sharedTests() {
|
| +void sharedTests() {
|
| test('does not notify for changes when there are no subscribers', () {
|
| // Note that this test doesn't rely as heavily on the test functions in
|
| // utils.dart because it needs to be very explicit about when the event
|
|
|