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

Unified Diff: pkg/analyzer/test/generated/resolver_driver_test.dart

Issue 2656673003: Fix for dart:html query() type inference. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | pkg/analyzer/test/src/context/mock_sdk.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/resolver_driver_test.dart
diff --git a/pkg/analyzer/test/generated/resolver_driver_test.dart b/pkg/analyzer/test/generated/resolver_driver_test.dart
index 0d060ced6f875130a9aa920f840c0ee9c09b1bac..74af34f124bbae8c18b73d9b59d4320fa242952c 100644
--- a/pkg/analyzer/test/generated/resolver_driver_test.dart
+++ b/pkg/analyzer/test/generated/resolver_driver_test.dart
@@ -23,10 +23,4 @@ class StrictModeTest_Driver extends StrictModeTest {
class TypePropagationTest_Driver extends TypePropagationTest {
@override
bool get enableNewAnalysisDriver => true;
-
- @failingTest
- @override
- test_query() {
- return super.test_query();
- }
}
« no previous file with comments | « no previous file | pkg/analyzer/test/src/context/mock_sdk.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698