Skip to content

Commit a00c734

Browse files
committed
[skip ci] Fix test expectation for Windows
No clue why the line reports 0 on Windows...
1 parent cb1d4ba commit a00c734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/enum/extending-builtin-error.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ class Demo extends RoundingMode {}
77

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

0 commit comments

Comments
 (0)