Chromium Code Reviews| Index: runtime/observatory/tests/service/next_through_function_expression_test.dart |
| diff --git a/runtime/observatory/tests/service/next_through_function_expression_test.dart b/runtime/observatory/tests/service/next_through_function_expression_test.dart |
| index eacea55cda3be74687269910c186164ef40f7a03..6da6214040b2e37d500d3efa3335de8c54e7eda4 100644 |
| --- a/runtime/observatory/tests/service/next_through_function_expression_test.dart |
| +++ b/runtime/observatory/tests/service/next_through_function_expression_test.dart |
| @@ -12,6 +12,7 @@ codeXYZ(int i) { |
| innerOne() { |
| return i * i; |
| } |
| + |
| return innerOne(); |
| } |