| Index: pkg/dev_compiler/test/worker/worker_test.dart
|
| diff --git a/pkg/dev_compiler/test/worker/worker_test.dart b/pkg/dev_compiler/test/worker/worker_test.dart
|
| index a5e3c1ba38612b9afe0a1583e3deb08caa785fa5..24cf186160bd4d24c4abebf476f768f0ae4237a2 100644
|
| --- a/pkg/dev_compiler/test/worker/worker_test.dart
|
| +++ b/pkg/dev_compiler/test/worker/worker_test.dart
|
| @@ -10,7 +10,7 @@ import 'package:bazel_worker/bazel_worker.dart';
|
| // TODO(jakemac): Remove once this is a part of the testing library.
|
| import 'package:bazel_worker/src/async_message_grouper.dart';
|
| import 'package:bazel_worker/testing.dart';
|
| -import 'package:path/path.dart' show join, joinAll, toUri;
|
| +import 'package:path/path.dart' show join, joinAll;
|
| import 'package:test/test.dart';
|
|
|
| File file(String path) => new File(joinAll(path.split('/'))).absolute;
|
|
|