diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2025-04-28 21:14:37 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2025-04-28 21:57:23 +1000 |
| commit | cbfc3640b047ebde1beb11629508597f960596ad (patch) | |
| tree | 6e9cf3e5d056181d91bff18cae591e83acbfef41 /src/bootstrap | |
| parent | 0134651fb81314870903e21b1bcbdd993d75b61a (diff) | |
compiletest: Remove the libtest-based executor and its dependency
This patch has deliberately been kept small and simple, to make it easier to revert if necessary. Further cleanup can take palce after we're confident that it won't need to be reverted.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/core/build_steps/tool.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/build_steps/tool.rs b/src/bootstrap/src/core/build_steps/tool.rs index 1549d4713af..ac568eab2e8 100644 --- a/src/bootstrap/src/core/build_steps/tool.rs +++ b/src/bootstrap/src/core/build_steps/tool.rs @@ -462,7 +462,7 @@ macro_rules! bootstrap_tool { } } -pub(crate) const COMPILETEST_ALLOW_FEATURES: &str = "test,internal_output_capture"; +pub(crate) const COMPILETEST_ALLOW_FEATURES: &str = "internal_output_capture"; bootstrap_tool!( // This is marked as an external tool because it includes dependencies |
