| Index: tests/language_strong/execute_finally12_test.dart
|
| diff --git a/tests/language_strong/execute_finally12_test.dart b/tests/language_strong/execute_finally12_test.dart
|
| index edce516ddb5283e6fa268e1dd1b1b6e8a10f9e0d..e4f56a06cf00316d8e502abbdec7c4d0d18374f6 100644
|
| --- a/tests/language_strong/execute_finally12_test.dart
|
| +++ b/tests/language_strong/execute_finally12_test.dart
|
| @@ -13,8 +13,7 @@ foo() {
|
| var b = a == 8; // This should not be GVN'ed.
|
| while (!b) {
|
| try {
|
| - try {
|
| - } finally {
|
| + try {} finally {
|
| a = 8;
|
| break;
|
| }
|
|
|