diff options
| author | bors <bors@rust-lang.org> | 2024-11-10 12:43:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-11-10 12:43:44 +0000 |
| commit | c22887b4d97400e8e024e19fb5f724eda65ad58d (patch) | |
| tree | 933398c8bec869692bcb1ae241f0d2d7ab408269 /tests | |
| parent | c24e166527cd46d3b4033b0c061d02657e3c3cbf (diff) | |
| parent | c4c6d2b8d5e62b3f7bbaa44a5cc7471ebed37ba4 (diff) | |
| download | rust-c22887b4d97400e8e024e19fb5f724eda65ad58d.tar.gz rust-c22887b4d97400e8e024e19fb5f724eda65ad58d.zip | |
Auto merge of #132846 - jieyouxu:revert-132772, r=jieyouxu
Revert #132772 to fix unknown git commit hash Reverts #132772 to address #132845, we seem to have unintentionally omitted commit hash. r? `@onur-ozkan`
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/run-make/version-verbose-commit-hash/rmake.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/version-verbose-commit-hash/rmake.rs b/tests/run-make/version-verbose-commit-hash/rmake.rs index 733c0e2cdb1..6e88193280f 100644 --- a/tests/run-make/version-verbose-commit-hash/rmake.rs +++ b/tests/run-make/version-verbose-commit-hash/rmake.rs @@ -3,6 +3,9 @@ // 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}; |
