Skip to content

Commit 2a75b44

Browse files
committed
fix the test
1 parent 81f78af commit 2a75b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5455,7 +5455,7 @@ fn invalid_jobs() {
54555455

54565456
p.cargo("build --jobs 0")
54575457
.with_status(101)
5458-
.with_stderr_contains("error: jobs must not be zero")
5458+
.with_stderr_contains("error: jobs may not be 0")
54595459
.run();
54605460

54615461
p.cargo("build --jobs over9000")

0 commit comments

Comments
 (0)