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

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

Issue 1870123002: Suppress TODOs (#26215). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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/lib/src/analyzer_impl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/driver_test.dart
diff --git a/pkg/analyzer_cli/test/driver_test.dart b/pkg/analyzer_cli/test/driver_test.dart
index efd63620dd66a61029b333aa5520adb01528b8fb..0b48331a7ca2029facd65516bbde2f89453e1d56 100644
--- a/pkg/analyzer_cli/test/driver_test.dart
+++ b/pkg/analyzer_cli/test/driver_test.dart
@@ -66,6 +66,10 @@ main() {
expect(processor.options['test_plugin'], isNotNull);
expect(processor.exception, isNull);
});
+ test('todos', () {
+ drive('data/file_with_todo.dart');
Brian Wilkerson 2016/04/08 13:58:52 Does this file already exist, or did you forget to
pquitslund 2016/04/08 15:53:56 Done.
+ expect(outSink.toString().contains('[info]'), isFalse);
+ });
});
group('exit codes', () {
« no previous file with comments | « pkg/analyzer_cli/lib/src/analyzer_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698