Index: tests/compiler/dart2js_native/native_class_inheritance2_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_class_inheritance2_frog_test.dart b/tests/compiler/dart2js_native/native_class_inheritance2_frog_test.dart |
index 9dec57b5c81cf057dc130fd3f082e75cb1314b24..27819c41d2f07741e539663fe6eaac986375c8e4 100644 |
--- a/tests/compiler/dart2js_native/native_class_inheritance2_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_class_inheritance2_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 interferes with |
// subsequent resolving the subclass's method. This might happen if the |
// superclass caches the method in the prototype, so shadowing the dispatcher |