| Index: pkg/kernel/test/type_hashcode_test_disabled.dart
|
| diff --git a/pkg/kernel/test/type_hashcode_test_disabled.dart b/pkg/kernel/test/type_hashcode_test_disabled.dart
|
| index 468deb6840a4296c87ffd19d21fd46ddc50278a0..aa7f2d456bb499d142dbd19b80e280b6a730bf04 100644
|
| --- a/pkg/kernel/test/type_hashcode_test_disabled.dart
|
| +++ b/pkg/kernel/test/type_hashcode_test_disabled.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| import 'package:kernel/kernel.dart';
|
| import 'type_parser.dart';
|
| -import 'type_unification_test.dart' show testCases;
|
| +import 'type_unification_test_disabled.dart' show testCases;
|
| import 'package:test/test.dart';
|
|
|
| void checkHashCodeEquality(DartType type1, DartType type2) {
|
|
|