Chromium Code Reviews| Index: tests/language/const_constructor_test.dart |
| diff --git a/tests/language/const_constructor_test.dart b/tests/language/const_constructor_test.dart |
| index 3eafee85736827b8e004f9d136062b5798ef8e42..94dbaee311a55e011a3e1faaffb9bd87310502d5 100644 |
| --- a/tests/language/const_constructor_test.dart |
| +++ b/tests/language/const_constructor_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<T> { |
| final int x; |
| const A.named() : x = 42; |