Index: tests/compiler/dart2js_native/native_class_inheritance4_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_class_inheritance4_frog_test.dart b/tests/compiler/dart2js_native/native_class_inheritance4_frog_test.dart |
index 4e77ffed87801adf06808004e492994b9f9b2e79..70f2282c945f057b1030af31f95dc208c3c1abad 100644 |
--- a/tests/compiler/dart2js_native/native_class_inheritance4_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_class_inheritance4_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"; |
+ |
// Additional Dart code may be 'placed on' hidden native classes. With |
// inheritance, the superclass method must not be reached by a call on the |
// subclass. |