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

Unified Diff: pkg/analyzer_cli/test/sdk_ext_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/package_prefix_test.dart ('k') | pkg/analyzer_cli/test/strong_mode_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/sdk_ext_test.dart
diff --git a/pkg/analyzer_cli/test/sdk_ext_test.dart b/pkg/analyzer_cli/test/sdk_ext_test.dart
index 48a02cea8cea4d2d39068adf51785992eeeaca57..28632221a35a9a2d97d6dd3eac0cbfd21f14a1df 100644
--- a/pkg/analyzer_cli/test/sdk_ext_test.dart
+++ b/pkg/analyzer_cli/test/sdk_ext_test.dart
@@ -40,7 +40,7 @@ main() {
test('.packages file specified', () async {
String testDir = path.join(testDirectory, 'data', 'packages_file');
- 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/package_prefix_test.dart ('k') | pkg/analyzer_cli/test/strong_mode_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698