Skip to content

Commit d8e2a66

Browse files
committed
test oops
1 parent 94d43f4 commit d8e2a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compare_output_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ void main() {
145145
final sep = '.'; // We don't care what the path separator character is
146146
final firstUnfoundExample = new RegExp('warning: lib${sep}example.dart: '
147147
'@example file not found.*test_package${sep}dog${sep}food.md');
148-
if (!result.stdout.contains(firstUnfoundExample)) {
148+
if (!result.stderr.contains(firstUnfoundExample)) {
149149
fail('Should warn about unfound @example files: \n'
150150
'stdout:\n${result.stdout}\nstderr:\n${result.stderr}');
151151
}

0 commit comments

Comments
 (0)