From 5f19ccdca5c255a1ba569209a32e6a1dc2c9a760 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 25 Jun 2026 12:26:13 +0900 Subject: test: un-ignore tests that already pass Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/platform/hhvm_detector_test.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/shirabe/tests/platform') diff --git a/crates/shirabe/tests/platform/hhvm_detector_test.rs b/crates/shirabe/tests/platform/hhvm_detector_test.rs index 5bf96d2..7347bf7 100644 --- a/crates/shirabe/tests/platform/hhvm_detector_test.rs +++ b/crates/shirabe/tests/platform/hhvm_detector_test.rs @@ -13,7 +13,6 @@ fn set_up() -> HhvmDetector { hhvm_detector } -#[ignore] #[test] fn test_hhvm_version_when_executing_in_hhvm() { let mut hhvm_detector = set_up(); -- cgit v1.3.1