| Index: tests/language/lazy_static2_test.dart
|
| diff --git a/tests/language/lazy_static2_test.dart b/tests/language/lazy_static2_test.dart
|
| index b06db04f603d951a771bb813bd2cfcbfc9ec0342..72010f0050b78434054cb50d730d4d5ef8167c5f 100644
|
| --- a/tests/language/lazy_static2_test.dart
|
| +++ b/tests/language/lazy_static2_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";
|
| +
|
| final x = (t) => t + 1;
|
|
|
| main() {
|
|
|