Skip to content

Commit 29bc09c

Browse files
committed
Windows nit
1 parent 0de9e43 commit 29bc09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn main() -> Result<()> {
4343
// Windows io::Error uses "exit code".
4444
config.filter("exit code", "exit status");
4545
config.filter(
46-
"The system cannot find the file specified",
46+
"The system cannot find the file specified.",
4747
"No such file or directory",
4848
);
4949
// The order of the `/deps` directory flag is flaky

0 commit comments

Comments
 (0)