| Index: tests/compiler/dart2js_extra/regress/4515_1_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/regress/4515_1_test.dart b/tests/compiler/dart2js_extra/regress/4515_1_test.dart
|
| index 41faa955bbe362a6d0b13ccd3c5c2dbfdb81dc8e..e2d1a7d79fc04fe25e71753f7f1a351263ad06bf 100644
|
| --- a/tests/compiler/dart2js_extra/regress/4515_1_test.dart
|
| +++ b/tests/compiler/dart2js_extra/regress/4515_1_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class A {
|
| a(x) => x + 1;
|
| }
|
|
|