Remove ui/ from TESTNAME for foo lint example
This commit is contained in:
parent
9d2772207e
commit
47d89ae27f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ fn main() {
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Now we can run the test with `TESTNAME=ui/foo_functions cargo uitest`.
|
Now we can run the test with `TESTNAME=foo_functions cargo uitest`.
|
||||||
Currently this test will fail. If you go through the output you will see that we
|
Currently this test will fail. If you go through the output you will see that we
|
||||||
are told that `clippy::foo_functions` is an unknown lint, which is expected.
|
are told that `clippy::foo_functions` is an unknown lint, which is expected.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue