aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/platform/hhvm_detector_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/platform/hhvm_detector_test.rs')
-rw-r--r--crates/shirabe/tests/platform/hhvm_detector_test.rs1
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 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();