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

Unified Diff: tests/compiler/dart2js/sourcemaps/save.dart

Issue 2939063002: Strong mode cleaning of many dart2js tests. (Closed)
Patch Set: Use ClassElement. Created 3 years, 6 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
Index: tests/compiler/dart2js/sourcemaps/save.dart
diff --git a/tests/compiler/dart2js/sourcemaps/save.dart b/tests/compiler/dart2js/sourcemaps/save.dart
index 4c2c29600be94c7e719af3ac5d6bac03da5c9704..90324fbca596773aaa9e8534e0f341ae48c865e0 100644
--- a/tests/compiler/dart2js/sourcemaps/save.dart
+++ b/tests/compiler/dart2js/sourcemaps/save.dart
@@ -44,7 +44,6 @@ Usage: save <dir-containing 'out.js.map2'>
SingleMapping convertFromHumanReadableSourceMap(String json) {
Map inputMap = lazon.decode(json);
- String file = inputMap['file'];
Map urls = inputMap['sources'];
List<String> sources = new List<String>.filled(urls.length, null);
urls.forEach((String index, String url) {

Powered by Google App Engine
This is Rietveld 408576698