Skip to content

Commit

Permalink
Added unit test for too many macro args.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 9, 2009
1 parent 8d392c7 commit 44e2502
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unit_tests/preprocessor/errors/too-many-macro-args
@@ -0,0 +1,3 @@
// This should produce an error, not anything like "WRONG 7 )"
#define x(a) a
x(WRONG, 7)

0 comments on commit 44e2502

Please sign in to comment.