Skip to content

Commit a72c741

Browse files
committed
Uncomment cleanup for runtime_compile_time_binary_operands.phpt
1 parent fcfec91 commit a72c741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/runtime_compile_time_binary_operands.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ if($c === 0) {
149149
--CLEAN--
150150
<?php
151151
$fl = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'compare_equality_temp.php';
152-
//@unlink($fl);
152+
@unlink($fl);
153153
?>
154154
--EXPECTF--
155155
Failed: 0

0 commit comments

Comments
 (0)