Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Unified Diff: pkg/kernel/test/type_hashcode_test_disabled.dart

Issue 2530543002: Fix the pubspec and warnings in pkg/kernel. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698