Index: tests/corelib/set_iterator_test.dart |
diff --git a/tests/corelib/set_iterator_test.dart b/tests/corelib/set_iterator_test.dart |
index d6ec16e29527e30ce10caf3486b08dc963e41c2c..d2193adf76d90008e9fdfb224fdf1cd9e9ad30bd 100644 |
--- a/tests/corelib/set_iterator_test.dart |
+++ b/tests/corelib/set_iterator_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 FixedHashCode { |
final int _hashCode; |
const FixedHashCode(this._hashCode); |