| Index: pkg/dev_compiler/test/testing.dart
|
| diff --git a/pkg/dev_compiler/test/testing.dart b/pkg/dev_compiler/test/testing.dart
|
| index aac8223723e4e4a1873f912c58c419618956fcd7..f5b803450e1a9a7f4c74f17dcb1aa7c677dcab61 100644
|
| --- a/pkg/dev_compiler/test/testing.dart
|
| +++ b/pkg/dev_compiler/test/testing.dart
|
| @@ -10,8 +10,9 @@ import 'package:analyzer/file_system/memory_file_system.dart';
|
| import 'package:analyzer/src/generated/source.dart';
|
| import 'package:path/path.dart' as path;
|
|
|
| -final String testDirectory =
|
| - path.dirname((reflectClass(_TestUtils).owner as LibraryMirror).uri.path);
|
| +final String testingPath =
|
| + path.fromUri((reflectClass(_TestUtils).owner as LibraryMirror).uri);
|
| +final String testDirectory = path.dirname(testingPath);
|
|
|
| /// The local path to the root directory of the dev_compiler repo.
|
| final String repoDirectory = path.dirname(testDirectory);
|
|
|