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

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

Issue 2691763002: Add integration tests for the execution domain. (Closed)
Patch Set: call -> request in dartdocs 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
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 c865bd781a496b7f2d12b145f9e1b66c6f1b82c1..dcece47318af6d98cc5d03ef384410a3ab74ec14 100644
--- a/pkg/analysis_server/test/integration/execution/map_uri_test.dart
+++ b/pkg/analysis_server/test/integration/execution/map_uri_test.dart
@@ -15,7 +15,7 @@ main() {
});
}
-class AbstractMapUriTest extends AbstractAnalysisServerIntegrationTest {
+abstract class AbstractMapUriTest extends AbstractAnalysisServerIntegrationTest {
test_mapUri() async {
String pathname = sourcePath('lib/main.dart');
writeFile(pathname, '// dummy');

Powered by Google App Engine
This is Rietveld 408576698