| Index: test/testing.dart
|
| diff --git a/test/testing.dart b/test/testing.dart
|
| index d1335be04f121cb05c2b36b85f0685381534558c..aac8223723e4e4a1873f912c58c419618956fcd7 100644
|
| --- a/test/testing.dart
|
| +++ b/test/testing.dart
|
| @@ -13,6 +13,9 @@ import 'package:path/path.dart' as path;
|
| final String testDirectory =
|
| path.dirname((reflectClass(_TestUtils).owner as LibraryMirror).uri.path);
|
|
|
| +/// The local path to the root directory of the dev_compiler repo.
|
| +final String repoDirectory = path.dirname(testDirectory);
|
| +
|
| class _TestUtils {}
|
|
|
| class TestUriResolver extends ResourceUriResolver {
|
|
|