X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=tests%2Fparser%2Fvalidate001.phpt;h=da1c20a7c8d22afb8b14f383c521d86485d72a9c;hp=378db8d86cfc02c695995812279bc0b543c75c46;hb=a2a2428b6e50787a7f33151275fb5ceabc7c5621;hpb=898c6dac30d12d7fe56662d66a8e73c340926d64 diff --git a/tests/parser/validate001.phpt b/tests/parser/validate001.phpt index 378db8d..da1c20a 100644 --- a/tests/parser/validate001.phpt +++ b/tests/parser/validate001.phpt @@ -7,22 +7,18 @@ extension_loaded("psi") or die("skip - need ext/psi"); --FILE-- ===TEST=== ===DONE=== ---CLEAN-- - --EXPECTF-- ===TEST=== - -Warning: PSI syntax error: Unexpected token ';' at pos 17 in %s001.psi on line 1 - -Warning: PSI syntax error: Unexpected token 'int' at pos 14 in %s001.psi on line 1 - -Warning: Type 'bar' cannot be aliased to struct 'foo' in %s001.psi on line 1 - -Warning: Cannot compute size of empty struct 'a' in %s001.psi on line 1 - -Warning: Unknown variable 'X' in numeric expression in %s001.psi on line 4 - -Warning: PSI syntax error: Unexpected token '(' at pos 26 in %s001.psi on line 1 ===DONE===