Skip to content

Commit e40393a

Browse files
committed
Add unset-exec-env compiletest header.
This header was added in rust-lang/rust#110644.
1 parent 533a8ec commit e40393a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/headers.md

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ found in [`header.rs`] from the compiletest source.
7474
* [Environment variable headers](#environment-variable-headers)
7575
* `rustc-env`
7676
* `exec-env`
77+
* `unset-exec-env`
7778
* `unset-rustc-env`
7879
* [Miscellaneous headers](#miscellaneous-headers)
7980
* `compile-flags` — adds compiler flags
@@ -179,6 +180,8 @@ The following headers affect environment variables.
179180
form `KEY=VALUE`.
180181
* `exec-env` is an environment variable to set when executing a test of the
181182
form `KEY=VALUE`.
183+
* `unset-exec-env` specifies an environment variable to unset when executing a
184+
test.
182185
* `unset-rustc-env` specifies an environment variable to unset when running
183186
`rustc`.
184187

0 commit comments

Comments
 (0)