Index: tests/compiler/dart2js_native/hash_code_test.dart |
diff --git a/tests/compiler/dart2js_native/hash_code_test.dart b/tests/compiler/dart2js_native/hash_code_test.dart |
index 0c50d216bdf9d2151f06dcacb325e59d87f66baa..1cd9da72785e6e403798c11f0daecf01d10ef8e5 100644 |
--- a/tests/compiler/dart2js_native/hash_code_test.dart |
+++ b/tests/compiler/dart2js_native/hash_code_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"; |
+ |
class A native "*A" {} |
makeA() native; |