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

Unified Diff: pkg/analyzer_cli/test/errors_upgrade_fails_cli_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/errors_reported_once_test.dart ('k') | pkg/analyzer_cli/test/options_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/errors_upgrade_fails_cli_test.dart
diff --git a/pkg/analyzer_cli/test/errors_upgrade_fails_cli_test.dart b/pkg/analyzer_cli/test/errors_upgrade_fails_cli_test.dart
index 2a035a37939867a9446f469f4f61740e3162484b..fa281ecc55d7a200e1a1cc772b9503b6f6b59d18 100644
--- a/pkg/analyzer_cli/test/errors_upgrade_fails_cli_test.dart
+++ b/pkg/analyzer_cli/test/errors_upgrade_fails_cli_test.dart
@@ -42,7 +42,7 @@ class ErrorUpgradeFailsCli {
test_once() async {
String testDir =
path.join(testDirectory, 'data', 'error_upgrade_fails_cli');
- Driver driver = new Driver();
+ Driver driver = new Driver(isTesting: true);
await driver.start([path.join(testDir, 'foo.dart')]);
expect(exitCode, 3);
« no previous file with comments | « pkg/analyzer_cli/test/errors_reported_once_test.dart ('k') | pkg/analyzer_cli/test/options_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698