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

Unified Diff: tests/compiler/dart2js_extra/throw1_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/throw1_test.dart
diff --git a/tests/compiler/dart2js_extra/throw1_test.dart b/tests/compiler/dart2js_extra/throw1_test.dart
index 52189247e98b80f73a75b24e1f69de4e6ebe922e..3048260ce913ccab587e5c80f5cb5f80d29c794c 100644
--- a/tests/compiler/dart2js_extra/throw1_test.dart
+++ b/tests/compiler/dart2js_extra/throw1_test.dart
@@ -3,5 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
void main() {
- throw "foo"; /// 01: runtime error
+ throw "foo";
+
+ /// 01: runtime error
Siggi Cherem (dart-lang) 2016/09/16 20:55:23 revert
Harry Terkelsen 2016/09/16 21:44:03 Done.
}

Powered by Google App Engine
This is Rietveld 408576698