From 230319ae3db47ed9c35dc7faa733a84f9ce87ff9 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 25 Jun 2026 14:50:26 +0900 Subject: test: un-ignore tests unblocked by zip/spdx/jsonlint/stream impls 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 7347bf7..71da314 100644 --- a/crates/shirabe/tests/platform/hhvm_detector_test.rs +++ b/crates/shirabe/tests/platform/hhvm_detector_test.rs @@ -24,7 +24,6 @@ fn test_hhvm_version_when_executing_in_hhvm() { assert_eq!(version_id_to_version(), version); } -#[ignore] #[test] fn test_hhvm_version_when_executing_in_php() { let mut hhvm_detector = set_up(); -- cgit v1.3.1