aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-07-20 03:14:46 +0900
committernsfisis <nsfisis@gmail.com>2026-07-20 03:14:46 +0900
commit3f4efd805d0a530e3f515720131c6fbce2c3d31c (patch)
treeb2edfa27f12a667564794a1aa429ed7fb3524419 /crates
parentd68e64034a5fbf991e8c0435163ad74d1a3a6091 (diff)
downloadphp-shirabe-3f4efd805d0a530e3f515720131c6fbce2c3d31c.tar.gz
php-shirabe-3f4efd805d0a530e3f515720131c6fbce2c3d31c.tar.zst
php-shirabe-3f4efd805d0a530e3f515720131c6fbce2c3d31c.zip
test(version-guesser): un-ignore test_hg_guess_version_returns_data
The ignore reason went stale: HttpDownloader is reqwest-based now, so building it for HgDriver no longer reaches curl_multi_init() (todo!() in shirabe-php-shim::curl). Test content unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'crates')
-rw-r--r--crates/shirabe/tests/package/version/version_guesser_test.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/tests/package/version/version_guesser_test.rs b/crates/shirabe/tests/package/version/version_guesser_test.rs
index dd71d8ab..31fb1367 100644
--- a/crates/shirabe/tests/package/version/version_guesser_test.rs
+++ b/crates/shirabe/tests/package/version/version_guesser_test.rs
@@ -60,7 +60,6 @@ fn string_list(items: &[&str]) -> PhpMixed {
)
}
-#[ignore = "guess_hg_version builds an HttpDownloader for HgDriver, which calls curl_multi_init() (todo!() in shirabe-php-shim::curl)"]
#[test]
#[serial]
fn test_hg_guess_version_returns_data() {