about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2024-11-10 20:50:15 +0800
committerRalf Jung <post@ralfj.de>2024-11-10 16:28:54 +0100
commit5c9cc0cfbb11a97d084e5a09bb47cc5566421460 (patch)
treee99f5f0fc10b1a27df73e43352ee60380bb3cefa
parentb3c212103b826cde383093fab2f4237bb5736923 (diff)
downloadrust-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.rs3
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};