| Index: test/codegen/language/export_order_helper2.dart
|
| diff --git a/test/codegen/language/hashcode_dynamic_test.dart b/test/codegen/language/export_order_helper2.dart
|
| similarity index 68%
|
| copy from test/codegen/language/hashcode_dynamic_test.dart
|
| copy to test/codegen/language/export_order_helper2.dart
|
| index b705dd8afaaf98e39def9dde62120f5eff404962..9abde5dd90327c724afad5992250fc27c823e8d5 100644
|
| --- a/test/codegen/language/hashcode_dynamic_test.dart
|
| +++ b/test/codegen/language/export_order_helper2.dart
|
| @@ -2,9 +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";
|
| +import 'export_order_helper1.dart';
|
|
|
| -void main() {
|
| - dynamic x = 3;
|
| - Expect.equals(3, x.hashCode);
|
| +class Info {
|
| + int x = y;
|
| }
|
|
|