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 94d43f4 commit d8e2a66Copy full SHA for d8e2a66
test/compare_output_test.dart
@@ -145,7 +145,7 @@ void main() {
145
final sep = '.'; // We don't care what the path separator character is
146
final firstUnfoundExample = new RegExp('warning: lib${sep}example.dart: '
147
'@example file not found.*test_package${sep}dog${sep}food.md');
148
- if (!result.stdout.contains(firstUnfoundExample)) {
+ if (!result.stderr.contains(firstUnfoundExample)) {
149
fail('Should warn about unfound @example files: \n'
150
'stdout:\n${result.stdout}\nstderr:\n${result.stderr}');
151
}
0 commit comments