| Index: pkg/scheduled_test/lib/scheduled_process.dart
|
| diff --git a/pkg/scheduled_test/lib/scheduled_process.dart b/pkg/scheduled_test/lib/scheduled_process.dart
|
| index 57af0b6155fe2531ba8523d721eed07cc244a08d..cf37211e21c2a9bf2004b2ad314082ef64985064 100644
|
| --- a/pkg/scheduled_test/lib/scheduled_process.dart
|
| +++ b/pkg/scheduled_test/lib/scheduled_process.dart
|
| @@ -2,7 +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 scheduled_process;
|
| +library scheduled_test.scheduled_process;
|
|
|
| import 'dart:async';
|
| import 'dart:io';
|
|
|