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

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

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test Created 4 years, 3 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/trace_graph.dart
diff --git a/tests/compiler/dart2js/sourcemaps/trace_graph.dart b/tests/compiler/dart2js/sourcemaps/trace_graph.dart
index 75eec94d24d2f04f58540b48f0e8bc4fb33823f8..0db1e183626c6c0c5c0257e107164c28365139d6 100644
--- a/tests/compiler/dart2js/sourcemaps/trace_graph.dart
+++ b/tests/compiler/dart2js/sourcemaps/trace_graph.dart
@@ -59,14 +59,8 @@ class TraceStep {
List stack;
- TraceStep(
- this.kind,
- this.id,
- this.node,
- this.offset,
- this.text,
+ TraceStep(this.kind, this.id, this.node, this.offset, this.text,
[this.sourceLocation]);
String toString() => '<span style="background:${toColorCss(id)}">$id</span>';
}
-
« no previous file with comments | « tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart ('k') | tests/compiler/dart2js/space_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698