| Index: tests/language/lazy_static4_test.dart
|
| diff --git a/tests/language/lazy_static4_test.dart b/tests/language/lazy_static4_test.dart
|
| index 558b38898094a8958d10be4b70cd726718b76d8c..4e532c988210506695664e4186f453cd97ab6be1 100644
|
| --- a/tests/language/lazy_static4_test.dart
|
| +++ b/tests/language/lazy_static4_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 = foo(499);
|
| final y = foo(41) + 1;
|
|
|
|
|