Skip to content

Commit 57efcb9

Browse files
committed
Fix new opcache dump format in test expectation
1 parent 081ba38 commit 57efcb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/opcache/tests/gh18050.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ test:
5555
0012 DO_ICALL
5656
0013 T1 = IN_ARRAY 1 CV0($v) array(...)
5757
0014 JMPZ T1 0016
58-
0015 ECHO string("True
59-
")
58+
0015 ECHO string("True\n")
6059
0016 RETURN null
6160
bool(true)
6261
bool(true)

0 commit comments

Comments
 (0)