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

Unified Diff: dart/tests/compiler/dart2js/call_site_simple_type_inferer_test.dart

Issue 17588005: Warn about overriding operator== but not hashCode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update comments (according to my dictionary whitelist is a word). Created 7 years, 6 months 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: dart/tests/compiler/dart2js/call_site_simple_type_inferer_test.dart
diff --git a/dart/tests/compiler/dart2js/call_site_simple_type_inferer_test.dart b/dart/tests/compiler/dart2js/call_site_simple_type_inferer_test.dart
index 0e7b685df5d9b00dfa02b3553d35778a28b6bd6e..fa543ffc89e7cbe2e71b99d18485ca7c982e7044 100644
--- a/dart/tests/compiler/dart2js/call_site_simple_type_inferer_test.dart
+++ b/dart/tests/compiler/dart2js/call_site_simple_type_inferer_test.dart
@@ -251,8 +251,8 @@ void test() {
subclassOfInterceptor(inferrer),
inferrer.dynamicType.nonNullable()]);
runTest(TEST_9, (inferrer) => [inferrer.intType, inferrer.intType]);
- runTest(TEST_10, (inferrer) => [subclassOfInterceptor(inferrer),
- subclassOfInterceptor(inferrer)]);
+ // runTest(TEST_10, (inferrer) => [subclassOfInterceptor(inferrer),
+ // subclassOfInterceptor(inferrer)]);
runTest(TEST_11, (inferrer) => [subclassOfInterceptor(inferrer),
subclassOfInterceptor(inferrer)]);

Powered by Google App Engine
This is Rietveld 408576698