summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-05-28 15:13:11 -0700
committerCarl Worth <cworth@cworth.org>2010-05-28 15:13:11 -0700
commit792bdcbeee770b14dc833261e7ef3c1d400e5e3f (patch)
tree9bc3a490927d88e1c638e08e9f4edd5389e1885b
parentc7144dc2e0175a8f4922f261d75437b984039a8c (diff)
Tweak test 25 slightly, (so the non-macro doesn't end the file).
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.
-rw-r--r--tests/025-func-macro-as-non-macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/025-func-macro-as-non-macro.c b/tests/025-func-macro-as-non-macro.c
index 3dbe026..b433671 100644
--- 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