Skip to content

Commit 80f26c7

Browse files
committed
remove silly note:
1 parent f3b63b4 commit 80f26c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/how-to-build-and-run.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ using `--keep-stage 1`** -- for example, strange [ICEs](appendix/glossary.html)
215215
panics. In that case, you should simply remove the `--keep-stage 1`
216216
from the command and rebuild. That ought to fix the problem.
217217

218-
Note: you can also use `--keep-stage 1` when running tests. Something like this:
218+
You can also use `--keep-stage 1` when running tests. Something like
219+
this:
219220

220221
- Initial test run: `./x.py test -i --stage 1 src/test/ui`
221222
- Subsequent test run: `./x.py test -i --stage 1 src/test/ui --keep-stage 1`

0 commit comments

Comments
 (0)