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

Unified Diff: pkg/analysis_server/test/integration/execution/map_uri_test.dart

Issue 2682983002: Fix for 'execution.mapUri' with the new analysis driver. (Closed)
Patch Set: Created 3 years, 10 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/lib/src/domain_execution.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/execution/map_uri_test.dart
diff --git a/pkg/analysis_server/test/integration/execution/map_uri_test.dart b/pkg/analysis_server/test/integration/execution/map_uri_test.dart
index 290883932fbb13811784483c71c642d17204bd9b..08672b5c6a9c88501a6ef0a3e293ef6f66fdd0c4 100644
--- a/pkg/analysis_server/test/integration/execution/map_uri_test.dart
+++ b/pkg/analysis_server/test/integration/execution/map_uri_test.dart
@@ -39,8 +39,4 @@ class MapUriTest extends AbstractMapUriTest {}
class MapUriTest_Driver extends AbstractMapUriTest {
@override
bool get enableNewAnalysisDriver => true;
-
- @failingTest
- @override
- Future test_mapUri() => super.test_mapUri();
}
« no previous file with comments | « pkg/analysis_server/lib/src/domain_execution.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698