- Fixed tests

This commit is contained in:
Felipe Pena 2009-12-04 11:32:39 +00:00
parent 7b0d41535e
commit b6bf9ee6a1
3 changed files with 3 additions and 3 deletions

View file

@ -14,4 +14,4 @@ echo "Done\n";
?>
--EXPECTF--
Fatal error: Cannot inherit previously-inherited constant FOO from interface I1 in %s on line 6
Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I1 in %s on line 6

View file

@ -14,4 +14,4 @@ echo "Done\n";
?>
--EXPECTF--
Fatal error: Cannot inherit previously-inherited constant FOO from interface I in %s on line 6
Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I in %s on line 6

View file

@ -17,4 +17,4 @@ echo "Done\n";
?>
--EXPECTF--
Fatal error: Cannot inherit previously-inherited constant FOO from interface I2 in %s on line 10
Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s on line 10