Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jul 21, 2021
1 parent a3a74b0 commit 9108ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/opcache/tests/jit/bug80959.phpt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
--TEST--
Bug #80959: infinite loop in building cfg during JIT compilation
--EXTENSIONS--
opcache
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.jit_buffer_size=1M
opcache.jit=tracing
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
function test($a, $b) {
Expand Down

0 comments on commit 9108ac6

Please sign in to comment.