Skip to content

Commit

Permalink
Added another failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 3, 2010
1 parent 01bdb80 commit bdc5040
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
@@ -0,0 +1,5 @@
// Should produce a line number in quotes, and not "__LINE__"
#define STRINGIFY2(x) #x
#define STRINGIFY(x) STRINGIFY2(x)

STRINGIFY(__LINE__)
@@ -0,0 +1 @@
"5"

0 comments on commit bdc5040

Please sign in to comment.