diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2024-11-10 20:50:15 +0800 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-11-10 16:28:54 +0100 |
| commit | 5c9cc0cfbb11a97d084e5a09bb47cc5566421460 (patch) | |
| tree | e99f5f0fc10b1a27df73e43352ee60380bb3cefa | |
| parent | b3c212103b826cde383093fab2f4237bb5736923 (diff) | |
| download | rust-5c9cc0cfbb11a97d084e5a09bb47cc5566421460.tar.gz rust-5c9cc0cfbb11a97d084e5a09bb47cc5566421460.zip | |
Re-enable `version-verbose-commit-hash` run-make test
| -rw-r--r-- | tests/run-make/version-verbose-commit-hash/rmake.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/run-make/version-verbose-commit-hash/rmake.rs b/tests/run-make/version-verbose-commit-hash/rmake.rs index 6e88193280f..733c0e2cdb1 100644 --- a/tests/run-make/version-verbose-commit-hash/rmake.rs +++ b/tests/run-make/version-verbose-commit-hash/rmake.rs @@ -3,9 +3,6 @@ // test ensures it will not be broken again. // See https://github.com/rust-lang/rust/issues/107094 -// FIXME(#132845): temporarily disabled to get revert through -//@ ignore-test - //@ needs-git-hash use run_make_support::{bare_rustc, bare_rustdoc, regex}; |
