--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unit_tests/preprocessor/errors/too-many-macro-args Thu Apr 09 11:06:06 2009 -0400 @@ -0,0 +1,3 @@ +// This should produce an error, not anything like "WRONG 7 )" +#define x(a) a +x(WRONG, 7)