Chromium Code Reviews| Index: tests/compiler/dart2js/inference/data/return.dart |
| diff --git a/tests/compiler/dart2js/inference/data/return.dart b/tests/compiler/dart2js/inference/data/return.dart |
| index 5d4ca1d5a716ff198f0dcc1b819c159a39f4f80a..3e6d17c20c2abad217af1bf01810b98eba19a7b6 100644 |
| --- a/tests/compiler/dart2js/inference/data/return.dart |
| +++ b/tests/compiler/dart2js/inference/data/return.dart |
| @@ -2,7 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -/*main:[null]*/ |
| +/*element: main:[null]*/ |
| main() { |
| return null; |
| } |