Skip to content

Commit d39f68b

Browse files
authored
Reflect x.py test's --rustc-args option being renamed to --compiletest-rustc-args (#2062)
1 parent da18f77 commit d39f68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/tests/running.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ It can sometimes be useful to run some tests with specific compiler arguments,
139139
without using `RUSTFLAGS` (during development of unstable features, with `-Z`
140140
flags, for example).
141141

142-
This can be done with `./x test`'s `--rustc-args` option, to pass additional
143-
arguments to the compiler when building the tests.
142+
This can be done with `./x test`'s `--compiletest-rustc-args` option, to pass
143+
additional arguments to the compiler when building the tests.
144144

145145
## Editing and updating the reference files
146146

0 commit comments

Comments
 (0)