projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
2ec486c
)
tests: typedef void is actually a thing
author
Michael Wallner
<mike@php.net>
Thu, 7 Sep 2017 12:17:30 +0000
(14:17 +0200)
committer
Michael Wallner
<mike@php.net>
Thu, 7 Sep 2017 12:17:30 +0000
(14:17 +0200)
tests/parser/validate002.phpt
patch
|
blob
|
history
diff --git
a/tests/parser/validate002.phpt
b/tests/parser/validate002.phpt
index a8ba6c99ddb4ecf211e9766797eefba6a9472433..890eec5cd79218958322d8a413d09bbacced2786 100644
(file)
--- a/
tests/parser/validate002.phpt
+++ b/
tests/parser/validate002.phpt
@@
-12,7
+12,4
@@
psi_validate_string("typedef void foo;");
===DONE===
--EXPECTF--
===TEST===
-
-Warning: PSI syntax error, unexpected ;, expecting %s at col 17 in %s on line 1
===DONE===
---XFAIL--