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

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

Issue 2944843002: All strong mode cleaning of dart2js. (Closed)
Patch Set: More issues discovered during testing. 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/output_structure.dart
diff --git a/tests/compiler/dart2js/sourcemaps/output_structure.dart b/tests/compiler/dart2js/sourcemaps/output_structure.dart
index 648973a964399ecd4252900c7561e1c8493ef205..9f0bccbe9a522307d20651eea3ce5f0316ba2ed6 100644
--- a/tests/compiler/dart2js/sourcemaps/output_structure.dart
+++ b/tests/compiler/dart2js/sourcemaps/output_structure.dart
@@ -5,7 +5,7 @@
library sourcemap.output_structure;
import 'dart:math' as Math;
-import 'html_parts.dart' show Annotation, CodeLine, JsonStrategy;
+import 'html_parts.dart' show CodeLine, JsonStrategy;
// Constants used to identify the subsection of the JavaScript output. These
// are specifically for the unminified full_emitter output.
@@ -183,7 +183,6 @@ class OutputStructure extends OutputEntity {
String readHeader(CodeLine line) {
String code = line.code;
- String ssaLineHeader;
if (code.startsWith(HEAD)) {
return code.substring(HEAD.length);
} else if (code.startsWith(TAIL)) {
@@ -323,6 +322,7 @@ abstract class AbstractEntity extends OutputEntity {
..to = to
..codeSource = codeSource;
}
+ throw "Unhandled: $kind";
}
}
« no previous file with comments | « tests/compiler/dart2js/sourcemaps/nomapping_test.dart ('k') | tests/compiler/dart2js/sourcemaps/sourcemap_html_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698