| Index: tests/compiler/dart2js_native/native_class_inheritance3_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_class_inheritance3_frog_test.dart b/tests/compiler/dart2js_native/native_class_inheritance3_frog_test.dart
|
| index 5b7dd69a1449764c3685cc16541bc7da4c8795d3..2f93bd23eb815f50b6a4c7b394c9c3337e96b396 100644
|
| --- a/tests/compiler/dart2js_native/native_class_inheritance3_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_class_inheritance3_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 to see if resolving a hidden native class's method to noSuchMethod
|
| // interferes with subsequent resolving of the method. This might happen if the
|
| // noSuchMethod is cached on Object.prototype.
|
|
|