diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-25 12:26:13 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-25 23:47:47 +0900 |
| commit | 5f19ccdca5c255a1ba569209a32e6a1dc2c9a760 (patch) | |
| tree | 03875df8b2a6861345d99ece679a0dced5fd200f /crates/shirabe/tests/platform | |
| parent | 541a8b4fd2c4b9538e2c88c5a7c4f9ffb5ca25eb (diff) | |
| download | php-shirabe-5f19ccdca5c255a1ba569209a32e6a1dc2c9a760.tar.gz php-shirabe-5f19ccdca5c255a1ba569209a32e6a1dc2c9a760.tar.zst php-shirabe-5f19ccdca5c255a1ba569209a32e6a1dc2c9a760.zip | |
test: un-ignore tests that already pass
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/platform')
| -rw-r--r-- | crates/shirabe/tests/platform/hhvm_detector_test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |
