Chromium Code Reviews| Index: tests/language/lazy_static_test.dart |
| diff --git a/tests/language/lazy_static_test.dart b/tests/language/lazy_static_test.dart |
| index 0f5177057e682a6dd1c712f43627e04701644659..5c582d94a43f0504ca34d1d3f4730661ef1156ff 100644 |
| --- a/tests/language/lazy_static_test.dart |
| +++ b/tests/language/lazy_static_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(); |
| final y = y2(y3); |
| final y2 = incrementCreator(); |