| Index: tests/compiler/dart2js_extra/generics_is_check1_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/generics_is_check1_test.dart b/tests/compiler/dart2js_extra/generics_is_check1_test.dart
|
| index c616c7c482f1ed35cb00fa3fb8994c4d74a8e441..24d01e5f8d4c814253b4c7d2cba88e5416b18d45 100644
|
| --- a/tests/compiler/dart2js_extra/generics_is_check1_test.dart
|
| +++ b/tests/compiler/dart2js_extra/generics_is_check1_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 Hest<X> {}
|
|
|
| main() {
|
|
|