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 dcece47318af6d98cc5d03ef384410a3ab74ec14..b5ff7349a344d1823daf4a56778531b2bf023b64 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,8 @@ main() { |
}); |
} |
-abstract class AbstractMapUriTest extends AbstractAnalysisServerIntegrationTest { |
+abstract class AbstractMapUriTest |
+ extends AbstractAnalysisServerIntegrationTest { |
test_mapUri() async { |
String pathname = sourcePath('lib/main.dart'); |
writeFile(pathname, '// dummy'); |