X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/f3d0075fed997b037645e866622224d8175dddfd..c733aff6d0b2b107c88e37a1491f270db0634819:/tests/decl-bad.at diff --git a/tests/decl-bad.at b/tests/decl-bad.at index dc21ea1..96c54a3 100644 --- a/tests/decl-bad.at +++ b/tests/decl-bad.at @@ -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.