Skip to content

Commit

Permalink
[skip ci] Fix test expectation for Windows
Browse files Browse the repository at this point in the history
No clue why the line reports 0 on Windows...
  • Loading branch information
iluuu1994 committed Oct 18, 2024
1 parent cb1d4ba commit a00c734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/tests/enum/extending-builtin-error.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ class Demo extends RoundingMode {}

?>
--EXPECTF--
Fatal error: Class Demo cannot extend enum RoundingMode in %s on line 3
Fatal error: Class Demo cannot extend enum RoundingMode in %s on line %d

0 comments on commit a00c734

Please sign in to comment.