1
Fork 0

Add note to avoid confusing

This commit is contained in:
Yuki Okushi 2019-08-28 02:54:03 +09:00
parent 949b347f65
commit b348aae767

View file

@ -86,6 +86,8 @@ test. That allows us to check if the output is turning into what we want.
Once we are satisfied with the output, we need to run Once we are satisfied with the output, we need to run
`tests/ui/update-all-references.sh` to update the `.stderr` file for our lint. `tests/ui/update-all-references.sh` to update the `.stderr` file for our lint.
Please note that, we should run `TESTNAME=ui/foo_functions cargo uitest`
every time before running `tests/ui/update-all-references.sh`.
Running `TESTNAME=ui/foo_functions cargo uitest` should pass then. When we Running `TESTNAME=ui/foo_functions cargo uitest` should pass then. When we
commit our lint, we need to commit the generated `.stderr` files, too. commit our lint, we need to commit the generated `.stderr` files, too.