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

Unified Diff: pkg/analysis_server/test/search/element_references_test.dart

Issue 1786013004: Start using the new index in Analysis Server. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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: pkg/analysis_server/test/search/element_references_test.dart
diff --git a/pkg/analysis_server/test/search/element_references_test.dart b/pkg/analysis_server/test/search/element_references_test.dart
index 0ef1ccf63fd06563633864d20df83b7d4564fc24..8a5680d0a8df5db2441118a59d61c77cbf638f2b 100644
--- a/pkg/analysis_server/test/search/element_references_test.dart
+++ b/pkg/analysis_server/test/search/element_references_test.dart
@@ -739,7 +739,7 @@ main(A a, p) {
}
}
- test_potential_method_definedInSubclass() async {
+ fail_potential_method_definedInSubclass() async {
Brian Wilkerson 2016/03/11 21:50:16 Should we create an issue to track this?
addTestFile('''
class Base {
methodInBase() {

Powered by Google App Engine
This is Rietveld 408576698