Index: tests/compiler/dart2js_extra/hash_code_test.dart |
diff --git a/tests/compiler/dart2js_extra/hash_code_test.dart b/tests/compiler/dart2js_extra/hash_code_test.dart |
index 869c60bde3f3e99cb38d9f5628945b3ad3c105f2..6e25fed1b31c646f23f0dff28cc6da2ff02dc90a 100644 |
--- a/tests/compiler/dart2js_extra/hash_code_test.dart |
+++ b/tests/compiler/dart2js_extra/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"; |
+ |
// dart2js specific test to make sure hashCode on intercepted types behaves as |
// intended. |