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

Unified Diff: dart/tests/try/poi/compiler_test_case.dart

Issue 809313006: Implement incremental tests with multiple files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r42458. Created 6 years 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 | « no previous file | dart/tests/try/web/incremental_compilation_update_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/poi/compiler_test_case.dart
diff --git a/dart/tests/try/poi/compiler_test_case.dart b/dart/tests/try/poi/compiler_test_case.dart
index 7642364706385127b366501f6ffdf5c28c517f5d..8827c97a1cde6832e56f346da4ba3bf7aa377beb 100644
--- a/dart/tests/try/poi/compiler_test_case.dart
+++ b/dart/tests/try/poi/compiler_test_case.dart
@@ -31,7 +31,7 @@ const String CONSTANT_CLASS = 'class Constant { const Constant(); }';
const String SCHEME = 'org.trydart.compiler-test-case';
-Uri customUri(String path) => Uri.parse('$SCHEME://$path');
+Uri customUri(String path) => Uri.parse('$SCHEME:/$path');
Future runTests(List<CompilerTestCase> tests) {
asyncTest(() => Future.forEach(tests, runTest));
« no previous file with comments | « no previous file | dart/tests/try/web/incremental_compilation_update_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698