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

Unified Diff: tests/language/vm/optimized_stacktrace_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/language/vm/optimized_stacktrace_test.dart
diff --git a/tests/language/vm/optimized_stacktrace_test.dart b/tests/language/vm/optimized_stacktrace_test.dart
index 3ad73f162130c8ff50b28a8c0e70378f2a669709..7683a01c64f2278a3777a8e9eecba33f59810d01 100644
--- a/tests/language/vm/optimized_stacktrace_test.dart
+++ b/tests/language/vm/optimized_stacktrace_test.dart
@@ -27,7 +27,8 @@ foo(o, value) {
const NeverInline = 'NeverInline';
-@NeverInline baz(x, y, z) => z;
+@NeverInline
+baz(x, y, z) => z;
bar(o) {
var value = 0x100000000 + o.inc;
@@ -39,4 +40,3 @@ main() {
for (var i = 0; i < 100; i++) bar(o);
bar(new A(100000, 1));
}
-

Powered by Google App Engine
This is Rietveld 408576698