| Index: tests/corelib/set_iterator_test.dart
|
| diff --git a/tests/corelib/set_iterator_test.dart b/tests/corelib/set_iterator_test.dart
|
| index 51ad493784e7eae4f2c4dfb35343b567df94125f..918d211255016bc736576896381d0521f398c429 100644
|
| --- a/tests/corelib/set_iterator_test.dart
|
| +++ b/tests/corelib/set_iterator_test.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -class FixedHashCode implements Hashable {
|
| +class FixedHashCode {
|
| final int _hashCode;
|
| const FixedHashCode(this._hashCode);
|
| int hashCode() { return _hashCode; }
|
|
|