Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added more unit tests.
  • Loading branch information
icculus committed Mar 12, 2010
1 parent 6672d1a commit 44e4c99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions unit_tests/preprocessor/output/macro-blank-arg
@@ -0,0 +1,4 @@
// This shouldn't produce an error (the "()" should be treated as one
// blank argument.
#define x(y) y
x()
Empty file.
4 changes: 4 additions & 0 deletions unit_tests/preprocessor/output/stringify-operator-blank-arg
@@ -0,0 +1,4 @@
// This shouldn't produce an error (the "()" should be treated as one
// blank argument, turned into a ""
#define x(y) #y
x()
@@ -0,0 +1 @@
""

0 comments on commit 44e4c99

Please sign in to comment.