diff options
author | Pierre Joye <pajoye@php.net> | 2011-09-01 11:40:37 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-09-01 11:40:37 +0000 |
commit | 6142c9b4b138e0169b0c7e659aacd68b570aa1fb (patch) | |
tree | 25baa0f7910b7f8f69627b02dd61b08a12384d21 | |
parent | d01632b499b74624ab4384926ae71fe75232f994 (diff) | |
download | php-git-6142c9b4b138e0169b0c7e659aacd68b570aa1fb.tar.gz |
- consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4
-rw-r--r-- | tests/basic/bug51709_2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/bug51709_2.phpt b/tests/basic/bug51709_2.phpt index 1d4440f5c3..c5e904df83 100644 --- a/tests/basic/bug51709_2.phpt +++ b/tests/basic/bug51709_2.phpt @@ -13,4 +13,4 @@ class foo { ===DONE=== <?php exit(0); ?> --EXPECTF-- -Parse error: %s error, %s(T_STRING)%s in %sbug51709_2.php on line %d +Parse error: syntax error, unexpected 'goto' (T_GOTO), expecting identifier (T_STRING) in %sbug51709_2.php on line %d |