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

Unified Diff: tests/corelib_strong/stacktrace_current_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/corelib_strong/stacktrace_current_test.dart
diff --git a/tests/corelib_strong/stacktrace_current_test.dart b/tests/corelib_strong/stacktrace_current_test.dart
index f68ba322959f1e40b9db2b3ba3cb785d1bcb69ab..6712e64ed8634b8885871dfe2856379f78ebbf7b 100644
--- a/tests/corelib_strong/stacktrace_current_test.dart
+++ b/tests/corelib_strong/stacktrace_current_test.dart
@@ -10,7 +10,11 @@ void main() {
var st0;
var st1;
// Primitive way to get stack trace,.
- try { throw 0; } catch (_, s) { st0 = s; }
+ try {
+ throw 0;
+ } catch (_, s) {
+ st0 = s;
+ }
st1 = StackTrace.current;
var st0s = findMain(st0);

Powered by Google App Engine
This is Rietveld 408576698