From: Michael Wallner Date: Thu, 7 Sep 2017 12:17:30 +0000 (+0200) Subject: tests: typedef void is actually a thing X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=commitdiff_plain;h=43a782e84ae845ce4607833519d0b3bcacf7a821 tests: typedef void is actually a thing --- diff --git a/tests/parser/validate002.phpt b/tests/parser/validate002.phpt index a8ba6c9..890eec5 100644 --- 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--