Chromium Code Reviews| Index: tests/language/hash_code_mangling_test.dart |
| diff --git a/tests/language/hash_code_mangling_test.dart b/tests/language/hash_code_mangling_test.dart |
| index 07b01a4196f31ee79803f5eaf0a813d0a98ffa27..615da7bd685f0aed7b3529adff15342ca958c059 100644 |
| --- a/tests/language/hash_code_mangling_test.dart |
| +++ b/tests/language/hash_code_mangling_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 Foo { |
| var $identityHash; |
| } |