Skip to content

Commit 4490acd

Browse files
committed
remove silly note:
1 parent 576581d commit 4490acd

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
@@ -223,7 +223,8 @@ using `--keep-stage 1`** -- for example, strange [ICEs](appendix/glossary.html)
223223
panics. In that case, you should simply remove the `--keep-stage 1`
224224
from the command and rebuild. That ought to fix the problem.
225225

226-
Note: you can also use `--keep-stage 1` when running tests. Something like this:
226+
You can also use `--keep-stage 1` when running tests. Something like
227+
this:
227228

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

0 commit comments

Comments
 (0)