| Index: tests/kernel/unsorted/try_context_test.dart
|
| diff --git a/tests/kernel/unsorted/try_context_test.dart b/tests/kernel/unsorted/try_context_test.dart
|
| index f836c89416ed4e9d09497f8cf1b907b83314085b..0676f418018df91eddc8f90492c6a178ce3bd95a 100644
|
| --- a/tests/kernel/unsorted/try_context_test.dart
|
| +++ b/tests/kernel/unsorted/try_context_test.dart
|
| @@ -30,7 +30,6 @@ f1() {
|
| return [a, b, c, d];
|
| }
|
|
|
| -
|
| f2() {
|
| var a = 0;
|
| var b = 0;
|
| @@ -56,7 +55,6 @@ f2() {
|
| return [a, b, c, d];
|
| }
|
|
|
| -
|
| f3() {
|
| var a = 0;
|
| var b = 0;
|
| @@ -83,7 +81,6 @@ f3() {
|
| return [a, b, c, d];
|
| }
|
|
|
| -
|
| main() {
|
| Expect.listEquals([450, -450, 10, 100], f1());
|
| Expect.listEquals([450, -450, 10, 100], f2());
|
|
|