fix leak
[m6w6/ext-psi] / tests / parser / validate001.phpt
index e251d26fe397613f1422dc6922796deabaea6c77..da1c20a7c8d22afb8b14f383c521d86485d72a9c 100644 (file)
@@ -32,29 +32,6 @@ enum {
 PSI
 );
 
-validate(true,
-<<<PSI
-struct a {
-       int i;
-}
-struct b {
-       long l;
-}
-typedef struct b b;
-union v {
-       struct a a;
-       b b;
-       struct {
-               double d;
-       } s;
-       union {
-               long l;
-               double d;
-       } u;
-}
-PSI
-);
-
 validate(true, "typedef int foo(int bar);");
 validate(true, "typedef int (foo)(int bar);");
 validate(true, "typedef int (*foo)(int bar);");