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

Unified Diff: pkg/analysis_server/test/integration/analysis_domain_inttest.dart

Issue 407443002: Fix analysis server 'analysis.getHover' when there is no hover information. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | « pkg/analysis_server/test/analysis_hover_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/integration/analysis_domain_inttest.dart
diff --git a/pkg/analysis_server/test/integration/analysis_domain_inttest.dart b/pkg/analysis_server/test/integration/analysis_domain_inttest.dart
index 663c9c06434bbffdd7c26a23db35215574048666..090e8e681a6b0dccf58245267af696b786add4bc 100644
--- a/pkg/analysis_server/test/integration/analysis_domain_inttest.dart
+++ b/pkg/analysis_server/test/integration/analysis_domain_inttest.dart
@@ -136,7 +136,7 @@ main() {
});
}
- fail_test_getHover_noInfo() {
+ test_getHover_noInfo() {
String filename = 'test.dart';
String pathname = normalizePath(filename);
String text =
« no previous file with comments | « pkg/analysis_server/test/analysis_hover_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698