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

Unified Diff: tests/language_strong/deopt_inlined_function_lazy_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_strong/deopt_inlined_function_lazy_test.dart
diff --git a/tests/language_strong/deopt_inlined_function_lazy_test.dart b/tests/language_strong/deopt_inlined_function_lazy_test.dart
index 8de6b8eeb8c5e13f4b0f4df9b21a887859173764..3000514c39317f65bd315ff453e8d91a5855990d 100644
--- a/tests/language_strong/deopt_inlined_function_lazy_test.dart
+++ b/tests/language_strong/deopt_inlined_function_lazy_test.dart
@@ -9,7 +9,9 @@ import "package:expect/expect.dart";
call_native(x) {
// Wrap in try to avoid inlining.
// Use a large int so the intrinsifier does not fire.
- try { return x + 12342353257893275483274832; } finally { }
+ try {
+ return x + 12342353257893275483274832;
+ } finally {}
}
bar(x) {

Powered by Google App Engine
This is Rietveld 408576698