]> git.draconx.ca Git - cdecl99.git/blobdiff - tests/decl-bad.at
libcdecl: Remove "too many parentheses" error check.
[cdecl99.git] / tests / decl-bad.at
index dc21ea112e311fe3cc39b38baf38e4149120d32e..96c54a3f7fce4323440a4cdf770932439e9e4f5e 100644 (file)
@@ -75,11 +75,7 @@ SIMPLE_BADDECL([Reject ... with no formal parameters],
 
 SIMPLE_BADDECL([Reject identifier lists with extra parentheses],
   [explain int f((x))],
-  [explain int f(())],
-  [explain int (())])
-
-SIMPLE_BADDECL([Reject parameter types with extra parentheses],
-  [explain int ((int))])
+  [explain int f(())])
 
 dnl TODO: Find C&V which actually prohibits these "obviously wrong"
 dnl declarations.