Satisfy travis

This commit is contained in:
Oliver Schneider 2018-05-29 16:31:32 +02:00 committed by GitHub
parent 86f694c1d4
commit 053060c442
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ If you have changed the compiler's output intentionally, or you are
making a new test, you can pass `--bless` to the test subcommand. E.g.
if some tests in `src/test/ui` are failing, you can run
```
```text
./x.py test --stage 1 src/test/ui --bless
```