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

Unified Diff: dart/tests/compiler/dart2js/memory_compiler.dart

Issue 386563002: Add "point of interest" app for command-line testing of dart2js type information. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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 | « dart/site/try/poi/poi.dart ('k') | dart/tests/try/cursor_position_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/memory_compiler.dart
diff --git a/dart/tests/compiler/dart2js/memory_compiler.dart b/dart/tests/compiler/dart2js/memory_compiler.dart
index 554098605821c2a2c1010a3ba85acdc83185b3f5..2331004b23151698a7170df87a9debd0bc32449a 100644
--- a/dart/tests/compiler/dart2js/memory_compiler.dart
+++ b/dart/tests/compiler/dart2js/memory_compiler.dart
@@ -125,7 +125,6 @@ Compiler compilerFor(Map<String,String> memorySourceFiles,
bool showDiagnostics: true,
Uri packageRoot}) {
Uri libraryRoot = Uri.base.resolve('sdk/');
- Uri script = Uri.base.resolveUri(Platform.script);
if (packageRoot == null) {
packageRoot = Uri.base.resolveUri(new Uri.file('${Platform.packageRoot}/'));
}
@@ -238,7 +237,6 @@ Future<MirrorSystem> mirrorSystemFor(Map<String,String> memorySourceFiles,
Uri libraryRoot = Uri.base.resolve('sdk/');
Uri packageRoot = Uri.base.resolveUri(
new Uri.file('${Platform.packageRoot}/'));
- Uri script = Uri.base.resolveUri(Platform.script);
var provider = new MemorySourceFileProvider(memorySourceFiles);
var handler =
« no previous file with comments | « dart/site/try/poi/poi.dart ('k') | dart/tests/try/cursor_position_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698