Index: tests/compiler/dart2js_native/native_class_inheritance1_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_class_inheritance1_frog_test.dart b/tests/compiler/dart2js_native/native_class_inheritance1_frog_test.dart |
index 07a8ff1cd5ef3ee23e04807cda83ff321449c52f..9c37eba24552fc599d484750ee4e3cff88f798c7 100644 |
--- a/tests/compiler/dart2js_native/native_class_inheritance1_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_class_inheritance1_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 |