Skip to content

Commit a370a43

Browse files
committed
Fix rust_doctests
1 parent 70a7ced commit a370a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
grep '] rust_print: Info message (level 6) with args$' qemu-stdout
232232
grep '] rust_print: A line that is continued with args$' qemu-stdout
233233
234-
- run: grep '] ok 2 rust_doctests_kernel$' qemu-stdout
234+
- run: grep '] ok 4 rust_doctests_kernel$' qemu-stdout
235235

236236
- run: python ci/check_panics.py qemu-stdout
237237

0 commit comments

Comments
 (0)