| Index: tests/language/try_catch5_test.dart
|
| diff --git a/tests/language/try_catch5_test.dart b/tests/language/try_catch5_test.dart
|
| index 5aa16e91e234a4e49ed005d4e37313cb38a0cbe0..97dc857969acfeba05293702fb0a75f331a97e1c 100644
|
| --- a/tests/language/try_catch5_test.dart
|
| +++ b/tests/language/try_catch5_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Check that our SSA graph does have the try body a predecessor of a
|
| // try/finally.
|
| -// VMOptions=--optimization-counter-threshold=10
|
| +// VMOptions=--optimization-counter-threshold=10 --no-background-compilation
|
|
|
| import "package:expect/expect.dart";
|
|
|
|
|