We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a12e77 commit 4cf94b8Copy full SHA for 4cf94b8
test/dartdoc_test.dart
@@ -178,17 +178,6 @@ void main() {
178
throwsA(const TypeMatcher<ProcessException>()));
179
});
180
181
- test('errors cause non-zero exit when warnings are on', () async {
182
- expect(
183
- () => subprocessLauncher.runStreamed(Platform.resolvedExecutable, [
184
- dartdocPath,
185
- '--input=${testPackageToolError.path}',
186
- '--output=${pathLib.join(tempDir.absolute.path, 'test_package_tool_error')}',
187
- '--show-warnings',
188
- ]),
189
- throwsA(const TypeMatcher<ProcessException>()));
190
- });
191
-
192
test('help prints command line args', () async {
193
List<String> outputLines = [];
194
await subprocessLauncher.runStreamed(
0 commit comments