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

Unified Diff: pkg/analyzer_cli/test/strong_mode_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/sdk_ext_test.dart ('k') | pkg/analyzer_cli/test/super_mixin_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/strong_mode_test.dart
diff --git a/pkg/analyzer_cli/test/strong_mode_test.dart b/pkg/analyzer_cli/test/strong_mode_test.dart
index 29644f992b20dfc822a5e7a5f73e6c0ecc795553..41928da22a93a6efa7c5ccfc957e32e4ac349e6d 100644
--- a/pkg/analyzer_cli/test/strong_mode_test.dart
+++ b/pkg/analyzer_cli/test/strong_mode_test.dart
@@ -43,7 +43,8 @@ not_main() {
test('produces stricter errors', () async {
var testPath = path.join(testDirectory, 'data/strong_example.dart');
- new Driver().start(['--options', emptyOptionsFile, '--strong', testPath]);
+ new Driver(isTesting: true)
+ .start(['--options', emptyOptionsFile, '--strong', testPath]);
expect(exitCode, 3);
var stdout = outSink.toString();
« no previous file with comments | « pkg/analyzer_cli/test/sdk_ext_test.dart ('k') | pkg/analyzer_cli/test/super_mixin_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698