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

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

Issue 544273003: Initial support for execution domain (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed formatting Created 6 years, 3 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/domain_execution_test.dart ('k') | pkg/analysis_server/test/test_all.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/integration/integration_test_methods.dart
diff --git a/pkg/analysis_server/test/integration/integration_test_methods.dart b/pkg/analysis_server/test/integration/integration_test_methods.dart
index 895ea074ca0d9f1baf74345e5018cc0ad2cf23ab..905bc633f8a3262790d89fd3329b664e16957c72 100644
--- a/pkg/analysis_server/test/integration/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
@@ -1331,19 +1331,18 @@ abstract class IntegrationTestMixin {
}
/**
- * Reports information needed to allow applications within the given context
- * to be launched.
+ * Reports information needed to allow applications to be launched.
*
* This notification is not subscribed to by default. Clients can subscribe
- * by including the value "LAUNCH_DATA" in the list of services passed in a
+ * by including the value "LAUNCH_DATA" in the list of services passed in an
* execution.setSubscriptions request.
*
* Parameters
*
* executables ( List<ExecutableFile> )
*
- * A list of the files that are executable in the given context. This list
- * replaces any previous list provided for the given context.
+ * A list of the files that are executable. This list replaces any previous
+ * list provided.
*
* dartToHtml ( Map<FilePath, List<FilePath>> )
*
« no previous file with comments | « pkg/analysis_server/test/domain_execution_test.dart ('k') | pkg/analysis_server/test/test_all.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698