Skip to content

Commit 9660c15

Browse files
ehusspierwill
authored andcommitted
Apply suggestions from pierwill
Co-authored-by: pierwill <[email protected]>
1 parent 285b3e4 commit 9660c15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/adding.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,14 @@ source.
242242
* `force-host` will force the test to build for the host platform instead of
243243
the target. This is useful primarily for auxiliary proc-macros, which need
244244
to be loaded by the host compiler.
245-
* `pretty-mode` for pretty-print tests specifies the mode it should run in.
245+
* `pretty-mode` specifies the mode pretty-print tests should run in.
246246
The default is `normal` if not specified.
247247
* `pretty-compare-only` causes a pretty test to only compare the
248248
pretty-printed output. It will not try to compile the expanded output to
249249
typecheck it. This is needed for a pretty-mode that does not expand to valid
250-
rust, or for other situations where the expanded output cannot be compiled.
250+
Rust, or for other situations where the expanded output cannot be compiled.
251251
* `pretty-expanded` allows a pretty test to also run with
252-
`-Zunpretty=expanded` as a final step, and will also try to compile the
252+
`-Zunpretty=expanded` as a final step. It will also try to compile the
253253
resulting output (without codegen). This is needed because not all code can
254254
be compiled after being expanded. Pretty tests should specify this if they
255255
can. More history about this may be found in [#23616].

0 commit comments

Comments
 (0)