projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7144dc
)
Tweak test 25 slightly, (so the non-macro doesn't end the file).
author
Carl Worth
<cworth@cworth.org>
Fri, 28 May 2010 22:13:11 +0000
(15:13 -0700)
committer
Carl Worth
<cworth@cworth.org>
Fri, 28 May 2010 22:13:11 +0000
(15:13 -0700)
This isn't a problem here, but on the take-2 branch, it was trickier
at one point to make a non-macro work when the last token of the file.
So we use the simpler test case here and defer the other case until
later.
tests/025-func-macro-as-non-macro.c
patch
|
blob
|
history
diff --git
a/tests/025-func-macro-as-non-macro.c
b/tests/025-func-macro-as-non-macro.c
index 3dbe026d9dd0035bb325308a590f95f1ee766858..b433671d1bfd0fd04df2693ab36708748b9bcf18 100644
(file)
--- a/
tests/025-func-macro-as-non-macro.c
+++ b/
tests/025-func-macro-as-non-macro.c
@@
-1,2
+1,2
@@
#define foo(bar) bar
-foo
+foo
bar