extra: error message should reflact that RUST_TEST_TASKS should be strictly positive (zero is illegal).
This commit is contained in:
parent
e835c6b042
commit
4fea236a85
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
// This checks that RUST_TEST_TASKS not being 1, 2, ... is detected
|
||||
// properly.
|
||||
|
||||
// error-pattern:should be a non-negative integer
|
||||
// error-pattern:should be a positive integer
|
||||
// compile-flags: --test
|
||||
// exec-env:RUST_TEST_TASKS=foo
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue