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

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: 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
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') | dart/tests/try/web/program_result.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698