| Index: tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart b/tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart
|
| index 535dcec43ccce9c3cfb58c0c54f715fe7a70b977..49dde381dd3ef1faaf7390884bf0577466aba2c8 100644
|
| --- a/tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_class_is_check1_frog_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";
|
| +
|
| // Test for correct simple is-checks on hidden native classes.
|
|
|
| interface I {
|
|
|