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

Unified Diff: tests/compiler/dart2js_extra/source_mapping_crash_test.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: 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_extra/source_mapping_crash_test.dart
diff --git a/tests/compiler/dart2js_extra/source_mapping_crash_test.dart b/tests/compiler/dart2js_extra/source_mapping_crash_test.dart
index 98c6ec972839c31dea371786ff64421c674e36c5..38ca4c60bee0a1bc5642a54c7dbd51ff5f629ccb 100644
--- a/tests/compiler/dart2js_extra/source_mapping_crash_test.dart
+++ b/tests/compiler/dart2js_extra/source_mapping_crash_test.dart
@@ -10,7 +10,9 @@ class Sub extends Super {
Sub(var x) : super(x.y);
}
-class X { var y; }
+class X {
+ var y;
+}
main() {
new Sub(new X());

Powered by Google App Engine
This is Rietveld 408576698