Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(944)

Unified Diff: test/testing.dart

Issue 1988503002: Move generated files to gen/. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Revise. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/codegen_test.dart ('k') | tool/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « test/codegen_test.dart ('k') | tool/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698