Chromium Code Reviews| 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', () { |