| Index: tests/language/first_class_types_constants_test.dart
|
| diff --git a/tests/language/first_class_types_constants_test.dart b/tests/language/first_class_types_constants_test.dart
|
| index 6a4c4d4ae12729e82fd1f75d0d67eb3ec1650ef0..5dfa13620dd1fbda7770a33fba79d8cb1b6a3be0 100644
|
| --- a/tests/language/first_class_types_constants_test.dart
|
| +++ b/tests/language/first_class_types_constants_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 C<T> {
|
| final T t;
|
| const C(this.t);
|
|
|