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) { |