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

Unified Diff: tests/compiler/dart2js_extra/throw2_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/throw2_test.dart
diff --git a/tests/compiler/dart2js_extra/throw2_test.dart b/tests/compiler/dart2js_extra/throw2_test.dart
index ff8b7a630ba933ab5e3bf219497e95f701b227e8..93d072bc8b74b5a4a8d385b3f9e12220b8cb8a2e 100644
--- a/tests/compiler/dart2js_extra/throw2_test.dart
+++ b/tests/compiler/dart2js_extra/throw2_test.dart
@@ -31,9 +31,17 @@ void nonThrow5() {
}
void main() {
- throw1(); /// 01: runtime error
- throw2(); /// 02: runtime error
- throw3(); /// 03: runtime error
- throw4(); /// 04: runtime error
+ throw1();
+
+ /// 01: runtime error
Siggi Cherem (dart-lang) 2016/09/16 20:55:23 ditto
Harry Terkelsen 2016/09/16 21:44:04 Done.
+ throw2();
+
+ /// 02: runtime error
+ throw3();
+
+ /// 03: runtime error
+ throw4();
+
+ /// 04: runtime error
nonThrow5();
}

Powered by Google App Engine
This is Rietveld 408576698