| Index: tests/language/lazy_static3_test.dart
|
| diff --git a/tests/language/lazy_static3_test.dart b/tests/language/lazy_static3_test.dart
|
| index aa6c80107e29270a6d31199b94f0f4296b663961..76186f6e75b089c1697f60a1741e9cc43dcb36bd 100644
|
| --- a/tests/language/lazy_static3_test.dart
|
| +++ b/tests/language/lazy_static3_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();
|
| var x2 = foo2();
|
| var x3 = foo3();
|
|
|