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

Unified Diff: pkg/analyzer_cli/test/embedder_test.dart

Issue 2963323002: Add analytics to analyzer-cli and analysis server. (Closed)
Patch Set: update from review comments Created 3 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/analyzer_cli/test/driver_test.dart ('k') | pkg/analyzer_cli/test/errors_reported_once_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/embedder_test.dart
diff --git a/pkg/analyzer_cli/test/embedder_test.dart b/pkg/analyzer_cli/test/embedder_test.dart
index 37b1d7677b5e3dc8fbf8eb30bdf1491833cfcab4..7f010e772f11d53085dcc5c064043c45b3ccf1a1 100644
--- a/pkg/analyzer_cli/test/embedder_test.dart
+++ b/pkg/analyzer_cli/test/embedder_test.dart
@@ -33,7 +33,7 @@ main() {
test('resolution', wrap(() async {
var testDir = path.join(testDirectory, 'data', 'embedder_client');
- await new Driver().start([
+ await new Driver(isTesting: true).start([
'--packages',
path.join(testDir, '_packages'),
path.join(testDir, 'embedder_yaml_user.dart')
@@ -45,7 +45,7 @@ main() {
test('sdk setup', wrap(() async {
var testDir = path.join(testDirectory, 'data', 'embedder_client');
- Driver driver = new Driver();
+ Driver driver = new Driver(isTesting: true);
await driver.start([
'--packages',
path.join(testDir, '_packages'),
« no previous file with comments | « pkg/analyzer_cli/test/driver_test.dart ('k') | pkg/analyzer_cli/test/errors_reported_once_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698